Html Css Color HEX #E9AFEA Plum

📋 copy color: '#E9AFEA'

red 233 ◦ green 175 ◦ blue 234

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

Shades of Plum #E9AFEA

Tints of Plum #E9AFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.45%

R = 36.29%
G = 27.26%
B = 36.45%

CMYK

 C value IS 0.00

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E9AFEA (or 0xE9AFEA) is known color: Plum. HEX triplet: E9, AF and EA. RGB value is (233,175,234). Sum of RGB (Red+Green+Blue) = 233+175+234=642 (85% of max value = 765). Red value is 233 (91.41% from 255 or 36.29% from 642); Green value is 175 (68.75% from 255 or 27.26% from 642); Blue value is 234 (91.80% from 255 or 36.45% from 642); Max value from RGB is 234 - color contains mainly: blue. Hex color #E9AFEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E9AFEA is #165015. Grayscale: #C6C6C6. Windows color (decimal): -1462294 or 15380457. OLE color: 15380457.

HSL color Cylindrical-coordinate representation of color #E9AFEA: hue angle of 298.98º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E9AFEA is Cyan = 0.00, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 233 175 234 -
CMYK 0.00 0.25 0 0.08
HSL 298.98º 0.58% 0.8% -
HSV(B) 298.98º 0.25% 0.92% -
XYZ 63.79 53.92 84.89 -
YUV 199.07 147.72 152.2 -
System Red Green Blue C M Y K H S L
Decimal 233 175 234 0.00 0.25 0 0.08 298.98 0.58 0.8
Hex E9 AF EA 0 19 0 8 12B 3A 50
Octal 351 257 352 0 31 0 10 453 72 120
Binary 11101001 10101111 11101010 0 11001 0 1000 100101011 111010 1010000

Color Harmonies of #E9AFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9AFEA

Black with #E9AFEA

Text Example


Text Example

White with #E9AFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9AFEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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