Html Css Color HEX #E9A2E5 Plum

📋 copy color: '#E9A2E5'

red 233 ◦ green 162 ◦ blue 229

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

Shades of Plum #E9A2E5

Tints of Plum #E9A2E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 36.7%

R = 37.34%
G = 25.96%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#E9A2E5 (or 0xE9A2E5) is known color: Plum. HEX triplet: E9, A2 and E5. RGB value is (233,162,229). Sum of RGB (Red+Green+Blue) = 233+162+229=624 (82% of max value = 765). Red value is 233 (91.41% from 255 or 37.34% from 624); Green value is 162 (63.67% from 255 or 25.96% from 624); Blue value is 229 (89.84% from 255 or 36.70% from 624); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A2E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9A2E5 is #165D1A. Grayscale: #BEBEBE. Windows color (decimal): -1465627 or 15049449. OLE color: 15049449.

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

Color convert

RGB 233 162 229 -
CMYK 0 0.30 0.02 0.09
HSL 303.38º 0.62% 0.77% -
HSV(B) 303.38º 0.3% 0.91% -
XYZ 60.67 48.82 80.35 -
YUV 190.87 149.52 158.05 -
System Red Green Blue C M Y K H S L
Decimal 233 162 229 0 0.30 0.02 0.09 303.38 0.62 0.77
Hex E9 A2 E5 0 1E 2 9 12F 3E 4D
Octal 351 242 345 0 36 2 11 457 76 115
Binary 11101001 10100010 11100101 0 11110 10 1001 100101111 111110 1001101

Color Harmonies of #E9A2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9A2E5

Black with #E9A2E5

Text Example


Text Example

White with #E9A2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9A2E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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