Html Css Color HEX #E0A2E9 Plum

📋 copy color: '#E0A2E9'

red 224 ◦ green 162 ◦ blue 233

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

Shades of Plum #E0A2E9

Tints of Plum #E0A2E9

RGB

 RED value IS 224 (87.89% from 255) = 36.19%

 GREEN value IS 162 (63.67% from 255) = 26.17%

 BLUE value IS 233 (91.41% from 255) = 37.64%

R = 36.19%
G = 26.17%
B = 37.64%

CMYK

 C value IS 0.04

 M value IS 0.30

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E0A2E9 (or 0xE0A2E9) is known color: Plum. HEX triplet: E0, A2 and E9. RGB value is (224,162,233). Sum of RGB (Red+Green+Blue) = 224+162+233=619 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.19% from 619); Green value is 162 (63.67% from 255 or 26.17% from 619); Blue value is 233 (91.41% from 255 or 37.64% from 619); Max value from RGB is 233 - color contains mainly: blue. Hex color #E0A2E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0A2E9 is #1F5D16. Grayscale: #BCBCBC. Windows color (decimal): -2055447 or 15311584. OLE color: 15311584.

HSL color Cylindrical-coordinate representation of color #E0A2E9: hue angle of 292.39º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E0A2E9 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 224 162 233 -
CMYK 0.04 0.30 0 0.09
HSL 292.39º 0.62% 0.77% -
HSV(B) 292.39º 0.3% 0.91% -
XYZ 58.37 47.57 83.2 -
YUV 188.63 153.04 153.23 -
System Red Green Blue C M Y K H S L
Decimal 224 162 233 0.04 0.30 0 0.09 292.39 0.62 0.77
Hex E0 A2 E9 4 1E 0 9 124 3E 4D
Octal 340 242 351 4 36 0 11 444 76 115
Binary 11100000 10100010 11101001 100 11110 0 1001 100100100 111110 1001101

Color Harmonies of #E0A2E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A2E9

Black with #E0A2E9

Text Example


Text Example

White with #E0A2E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A2E9; }

 p { color: rgb(224,162,233); }

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

background-color css

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

 a { background-color: rgb(224,162,233); }

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

border-color css

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

 span { border-color: rgb(224,162,233); }

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