Html Css Color HEX #E5AFEA Plum

📋 copy color: '#E5AFEA'

red 229 ◦ green 175 ◦ blue 234

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

Shades of Plum #E5AFEA

Tints of Plum #E5AFEA

RGB

 RED value IS 229 (89.84% from 255) = 35.89%

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

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

R = 35.89%
G = 27.43%
B = 36.68%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E5AFEA (or 0xE5AFEA) is known color: Plum. HEX triplet: E5, AF and EA. RGB value is (229,175,234). Sum of RGB (Red+Green+Blue) = 229+175+234=638 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.89% from 638); Green value is 175 (68.75% from 255 or 27.43% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 234 - color contains mainly: blue. Hex color #E5AFEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5AFEA is #1A5015. Grayscale: #C5C5C5. Windows color (decimal): -1724438 or 15380453. OLE color: 15380453.

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

Color convert

RGB 229 175 234 -
CMYK 0.02 0.25 0 0.08
HSL 294.92º 0.58% 0.8% -
HSV(B) 294.92º 0.25% 0.92% -
XYZ 62.49 53.26 84.83 -
YUV 197.87 148.39 150.2 -
System Red Green Blue C M Y K H S L
Decimal 229 175 234 0.02 0.25 0 0.08 294.92 0.58 0.8
Hex E5 AF EA 2 19 0 8 127 3A 50
Octal 345 257 352 2 31 0 10 447 72 120
Binary 11100101 10101111 11101010 10 11001 0 1000 100100111 111010 1010000

Color Harmonies of #E5AFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5AFEA

Black with #E5AFEA

Text Example


Text Example

White with #E5AFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5AFEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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