Html Css Color HEX #E2AFEA Plum

📋 copy color: '#E2AFEA'

red 226 ◦ green 175 ◦ blue 234

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

Shades of Plum #E2AFEA

Tints of Plum #E2AFEA

RGB

 RED value IS 226 (88.67% from 255) = 35.59%

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

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

R = 35.59%
G = 27.56%
B = 36.85%

CMYK

 C value IS 0.03

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E2AFEA (or 0xE2AFEA) is known color: Plum. HEX triplet: E2, AF and EA. RGB value is (226,175,234). Sum of RGB (Red+Green+Blue) = 226+175+234=635 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.59% from 635); Green value is 175 (68.75% from 255 or 27.56% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 234 - color contains mainly: blue. Hex color #E2AFEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2AFEA is #1D5015. Grayscale: #C4C4C4. Windows color (decimal): -1921046 or 15380450. OLE color: 15380450.

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

Color convert

RGB 226 175 234 -
CMYK 0.03 0.25 0 0.08
HSL 291.86º 0.58% 0.8% -
HSV(B) 291.86º 0.25% 0.92% -
XYZ 61.55 52.77 84.78 -
YUV 196.98 148.9 148.7 -
System Red Green Blue C M Y K H S L
Decimal 226 175 234 0.03 0.25 0 0.08 291.86 0.58 0.8
Hex E2 AF EA 3 19 0 8 124 3A 50
Octal 342 257 352 3 31 0 10 444 72 120
Binary 11100010 10101111 11101010 11 11001 0 1000 100100100 111010 1010000

Color Harmonies of #E2AFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2AFEA

Black with #E2AFEA

Text Example


Text Example

White with #E2AFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2AFEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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