Html Css Color HEX #E9AFEC Plum

📋 copy color: '#E9AFEC'

red 233 ◦ green 175 ◦ blue 236

#E9AFEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plum #E9AFEC

Tints of Plum #E9AFEC

RGB

 RED value IS 233 (91.41% from 255) = 36.18%

 GREEN value IS 175 (68.75% from 255) = 27.17%

 BLUE value IS 236 (92.58% from 255) = 36.65%

R = 36.18%
G = 27.17%
B = 36.65%

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E9AFEC (or 0xE9AFEC) is known color: Plum. HEX triplet: E9, AF and EC. RGB value is (233,175,236). Sum of RGB (Red+Green+Blue) = 233+175+236=644 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.18% from 644); Green value is 175 (68.75% from 255 or 27.17% from 644); Blue value is 236 (92.58% from 255 or 36.65% from 644); Max value from RGB is 236 - color contains mainly: blue. Hex color #E9AFEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9AFEC is #165013. Grayscale: #C7C7C7. Windows color (decimal): -1462292 or 15511529. OLE color: 15511529.

HSL color Cylindrical-coordinate representation of color #E9AFEC: hue angle of 297.05º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E9AFEC is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 233 175 236 -
CMYK 0.01 0.26 0 0.07
HSL 297.05º 0.62% 0.81% -
HSV(B) 297.05º 0.26% 0.93% -
XYZ 64.07 54.04 86.41 -
YUV 199.3 148.72 152.04 -
System Red Green Blue C M Y K H S L
Decimal 233 175 236 0.01 0.26 0 0.07 297.05 0.62 0.81
Hex E9 AF EC 1 1A 0 7 129 3E 51
Octal 351 257 354 1 32 0 7 451 76 121
Binary 11101001 10101111 11101100 1 11010 0 111 100101001 111110 1010001

Color Harmonies of #E9AFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9AFEC

Black with #E9AFEC

Text Example


Text Example

White with #E9AFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9AFEC; }

 p { color: rgb(233,175,236); }

 H1.HeaderClassName
 {
   color: #E9AFEC;
 }
 .AnyTagClassName
 {
   color: #E9AFEC;
 }
</style>

background-color css

<style>
 a { background-color: #E9AFEC; }

 a { background-color: rgb(233,175,236); }

 div.DivClassName
 {
   background-color: #E9AFEC;
 }
 .BgClassName
 {
   background-color: #E9AFEC;
 }
</style>

border-color css

<style>
 span { border-color: #E9AFEC; }

 span { border-color: rgb(233,175,236); }

 td.TdClassName
 {
   border-color: #E9AFEC;
 }
 .TagClassName
 {
   border-color: #E9AFEC;
 }
</style>