COLOR #E17AFB

HEX: #E17AFB
RGB: (225,122,251)

Color info

#E17AFB contains mainly red and blue colors. Web safe color of #E17AFB is #CC66FF (or #C6F).

RGB color model

#E17AFB color RGB value is (225,122,251).

  • red value is 225;
  • green value is 122;
  • blue value is 251.
RGB:
(225,122,251)
(88%,48%,98%)

RGB channels and saturation

R 225 of 255 = 88%
G 122 of 255 = 48%
B 251 of 255 = 98%

225
122
251

R + G + B ~ 78%. #E17AFB is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 122 + 251 = 598 (100%)
R 225 of 598 ~ 37.63%
G 122 of 598 ~ 20.4%
B 251 of 598 ~ 41.97%

%37.63
%20.4
%41.97

CMYK color model

#E17AFB color CMYK value is (10,51,0,2).

  • cyan value is 10.36%
  • magenta value is 51.39%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(10,51,0,2)
C10M51Y0K2 
(10%,51%,0%,2%)
(0.10/0.51/0.00/0.02)	

CMYK percentages

%10.36
%51.39
%0
%1.57

Codes

Color #E17AFB in popluar color models

E17AFB
RGB225122251
HSL288°94.16%73.14%
HSB/HSV288°51.39%98.43%
CMYK10.36%51.39%0.00%
1.57%

Color #E17AFB in popluar number systems.

HEXE17AFB
Decimal225122251
Binary11100001111101011111011
Octal341172373

Shades and tints

Shades of #E17AFB

#E17AFB
(225,122,251)
#CD6FE5
(205,111,229)
#B964CF
(185,100,207)
#A559B9
(165,89,185)
#914EA3
(145,78,163)
#7D438D
(125,67,141)
#693877
(105,56,119)
#552D61
(85,45,97)
#41224B
(65,34,75)
#2D1735
(45,23,53)
#190C1F
(25,12,31)
#000000
(0,0,0)

Tints of #E17AFB

#E17AFB
(225,122,251)
#E386FB
(227,134,251)
#E592FB
(229,146,251)
#E79EFB
(231,158,251)
#E9AAFB
(233,170,251)
#EBB6FB
(235,182,251)
#EDC2FB
(237,194,251)
#EFCEFB
(239,206,251)
#F1DAFB
(241,218,251)
#F3E6FB
(243,230,251)
#F5F2FB
(245,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E17AFB color. Also use rgb(225,122,251) instead hex code.

Text Font Color

.myTextColor { color: #E17AFB; }

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

This text font color is #E17AFB.


Background Color

.myBgColor { background-color: #E17AFB; }

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

This div background color is #E17AFB.


Border color

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

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

This div border color is #E17AFB.


Opacity

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

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

Text with #E17AFB 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 #E17AFB;}

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

This text has shadow with #E17AFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E17AFB on black background.


Color preview on white background

This text has color #E17AFB on white background.



Black color preview on #E17AFB background

This text has black color on #E17AFB background.


White color preview on #E17AFB background

This text has white color on #E17AFB background.