COLOR #EB7DF1

HEX: #EB7DF1 RGB: (235,125,241)

Color info

#EB7DF1 contains mainly red and blue colors. Web safe color of #EB7DF1 is #FF66FF (or #F6F).

RGB color model

#EB7DF1 color RGB value is (235,125,241).

RGB: (235,125,241) (92%, 49%, 95%)

RGB channels and saturation

R 235 of 255 = 92%
G 125 of 255 = 49%
B 241 of 255 = 95%

235
125
241

R + G + B ~ 79%. #EB7DF1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 235 + 125 + 241 = 601 (100%)
R 235 of 601 ~ 39.1%
G 125 of 601 ~ 20.8%
B 241 of 601 ~ 40.1'%

%39.1
%20.8
%40.1

CMYK color model

#EB7DF1 color CMYK value is (2,48,0,5).

  • cyan value is 2.49%
  • magenta value is 48.13%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (2,48,0,5)
C2M48Y0K5 (2%, 48%, 0%, 5%)
(0.02 / 0.48 / 0.00 / 0.05)

CMYK percentages

%2.49
%48.13
%0
%5.49

Codes

Color #EB7DF1 in popluar color models

EB 7D F1
RGB 235 125 241
HSL 297° 80.56% 71.76%
HSB/HSV 297° 48.13% 94.51%
CMYK 2.49% 48.13% 0.00%
5.49%

Color #EB7DF1 in popluar number systems.

HEX EB 7D F1
Decimal 235 125 241
Binary 11101011 1111101 11110001
Octal 353 175 361

Shades and tints

Shades of #EB7DF1

#EB7DF1
(235,125,241)
#D672DC
(214,114,220)
#C167C7
(193,103,199)
#AC5CB2
(172,92,178)
#97519D
(151,81,157)
#824688
(130,70,136)
#6D3B73
(109,59,115)
#58305E
(88,48,94)
#432549
(67,37,73)
#2E1A34
(46,26,52)
#190F1F
(25,15,31)
#000000
(0,0,0)

Tints of #EB7DF1

#EB7DF1
(235,125,241)
#EC88F2
(236,136,242)
#ED93F3
(237,147,243)
#EE9EF4
(238,158,244)
#EFA9F5
(239,169,245)
#F0B4F6
(240,180,246)
#F1BFF7
(241,191,247)
#F2CAF8
(242,202,248)
#F3D5F9
(243,213,249)
#F4E0FA
(244,224,250)
#F5EBFB
(245,235,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EB7DF1 color. Also use rgb(235,125,241) instead hex code.

Text Font Color

.myTextColor { color: #EB7DF1; }

<p style="color:#EB7DF1">This sample text font color is #EB7DF1.</p>

This text font color is #EB7DF1.

Background Color

.myBgColor { background-color: #EB7DF1; }

<div style="background-color:#EB7DF1">Inner text</div>

This div background color is #EB7DF1.

Border color

.myBorderColor { border: 1px solid #EB7DF1; }

<div style="border:3px solid #EB7DF1">Div</div>

This div border color is #EB7DF1.

Opacity

.myOpacity80 { color: #EB7DF1; opacity: 0.8; }

<p style="color:#EB7DF1;opacity:0.8;">80%</p>

Text with #EB7DF1 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EB7DF1;}

<p style="text-shadow: 3px 3px 1px #EB7DF1">Text here.</p>

This text has shadow with #EB7DF1 color.


.textShadow {text-shadow: 3px 3px 1px #EB7DF1', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EB7DF1, 5px 5px 20px red">Text here.</p>

This text has shadow with #EB7DF1 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EB7DF1, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EB7DF1, Direction=45, Strength=4)">Text</p>

This text has shadow with #EB7DF1 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #EB7DF1;
-webkit-box-shadow: 1px 1px 3px 2px #EB7DF1;
box-shadow: 1px 1px 3px 2px #EB7DF1;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EB7DF1; -webkit-box-shadow: 1px 1px 3px 2px #EB7DF1; box-shadow:1px 1px 3px 2px #EB7DF1;">
Div content here
</div>

This div box has shadow with color #EB7DF1.

Preview

Color preview on black background

This text has color #EB7DF1 on black background.


Color preview on white background

This text has color #EB7DF1 on white background.


Black color preview on #EB7DF1 background

This text has black color on #EB7DF1 background.


White color preview on #EB7DF1 background

This text has white color on #EB7DF1 background.


Related colors

Complementary color

Complementary color for #hex is #14820E.


I love getcolorcode.com

Triadic colors

1 #F1EB7D and #7DF1EB with #EB7DF1 are triadic colors.

2 #F17DEB and #7DEBF1 with #EB7DF1 are triadic colors.