Html Css Color HEX #E8AFEC Plum

📋 copy color: '#E8AFEC'

red 232 ◦ green 175 ◦ blue 236

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

Shades of Plum #E8AFEC

Tints of Plum #E8AFEC

RGB

 RED value IS 232 (91.02% from 255) = 36.08%

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

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

R = 36.08%
G = 27.22%
B = 36.7%

CMYK

 C value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E8AFEC (or 0xE8AFEC) is known color: Plum. HEX triplet: E8, AF and EC. RGB value is (232,175,236). Sum of RGB (Red+Green+Blue) = 232+175+236=643 (85% of max value = 765). Red value is 232 (91.02% from 255 or 36.08% from 643); Green value is 175 (68.75% from 255 or 27.22% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 236 - color contains mainly: blue. Hex color #E8AFEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8AFEC is #175013. Grayscale: #C6C6C6. Windows color (decimal): -1527828 or 15511528. OLE color: 15511528.

HSL color Cylindrical-coordinate representation of color #E8AFEC: hue angle of 296.07º 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 #E8AFEC is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 232 175 236 -
CMYK 0.02 0.26 0 0.07
HSL 296.07º 0.62% 0.81% -
HSV(B) 296.07º 0.26% 0.93% -
XYZ 63.75 53.87 86.4 -
YUV 199 148.88 151.54 -
System Red Green Blue C M Y K H S L
Decimal 232 175 236 0.02 0.26 0 0.07 296.07 0.62 0.81
Hex E8 AF EC 2 1A 0 7 128 3E 51
Octal 350 257 354 2 32 0 7 450 76 121
Binary 11101000 10101111 11101100 10 11010 0 111 100101000 111110 1010001

Color Harmonies of #E8AFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8AFEC

Black with #E8AFEC

Text Example


Text Example

White with #E8AFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8AFEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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