Html Css Color HEX #E596EA Plum

📋 copy color: '#E596EA'

red 229 ◦ green 150 ◦ blue 234

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

Shades of Plum #E596EA

Tints of Plum #E596EA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 24.47%

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

R = 37.36%
G = 24.47%
B = 38.17%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E596EA (or 0xE596EA) is known color: Plum. HEX triplet: E5, 96 and EA. RGB value is (229,150,234). Sum of RGB (Red+Green+Blue) = 229+150+234=613 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.36% from 613); Green value is 150 (58.98% from 255 or 24.47% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 234 - color contains mainly: blue. Hex color #E596EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E596EA is #1A6915. Grayscale: #B6B6B6. Windows color (decimal): -1730838 or 15374053. OLE color: 15374053.

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

Color convert

RGB 229 150 234 -
CMYK 0.02 0.36 0 0.08
HSL 296.43º 0.67% 0.75% -
HSV(B) 296.43º 0.36% 0.92% -
XYZ 58.07 44.41 83.35 -
YUV 183.2 156.67 160.67 -
System Red Green Blue C M Y K H S L
Decimal 229 150 234 0.02 0.36 0 0.08 296.43 0.67 0.75
Hex E5 96 EA 2 24 0 8 128 43 4B
Octal 345 226 352 2 44 0 10 450 103 113
Binary 11100101 10010110 11101010 10 100100 0 1000 100101000 1000011 1001011

Color Harmonies of #E596EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E596EA

Black with #E596EA

Text Example


Text Example

White with #E596EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E596EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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