Html Css Color HEX #E59CEA Plum

📋 copy color: '#E59CEA'

red 229 ◦ green 156 ◦ blue 234

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

Shades of Plum #E59CEA

Tints of Plum #E59CEA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 25.2%

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

R = 37%
G = 25.2%
B = 37.8%

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E59CEA (or 0xE59CEA) is known color: Plum. HEX triplet: E5, 9C and EA. RGB value is (229,156,234). Sum of RGB (Red+Green+Blue) = 229+156+234=619 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.00% from 619); Green value is 156 (61.33% from 255 or 25.20% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 234 - color contains mainly: blue. Hex color #E59CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E59CEA is #1A6315. Grayscale: #BABABA. Windows color (decimal): -1729302 or 15375589. OLE color: 15375589.

HSL color Cylindrical-coordinate representation of color #E59CEA: hue angle of 296.15º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E59CEA is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 229 156 234 -
CMYK 0.02 0.33 0 0.08
HSL 296.15º 0.65% 0.76% -
HSV(B) 296.15º 0.33% 0.92% -
XYZ 59.05 46.38 83.68 -
YUV 186.72 154.68 158.16 -
System Red Green Blue C M Y K H S L
Decimal 229 156 234 0.02 0.33 0 0.08 296.15 0.65 0.76
Hex E5 9C EA 2 21 0 8 128 41 4C
Octal 345 234 352 2 41 0 10 450 101 114
Binary 11100101 10011100 11101010 10 100001 0 1000 100101000 1000001 1001100

Color Harmonies of #E59CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59CEA

Black with #E59CEA

Text Example


Text Example

White with #E59CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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