Html Css Color HEX #E596EE Plum

📋 copy color: '#E596EE'

red 229 ◦ green 150 ◦ blue 238

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

Shades of Plum #E596EE

Tints of Plum #E596EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.57%

R = 37.12%
G = 24.31%
B = 38.57%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E596EE (or 0xE596EE) is known color: Plum. HEX triplet: E5, 96 and EE. RGB value is (229,150,238). Sum of RGB (Red+Green+Blue) = 229+150+238=617 (81% of max value = 765). Red value is 229 (89.84% from 255 or 37.12% from 617); Green value is 150 (58.98% from 255 or 24.31% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 238 - color contains mainly: blue. Hex color #E596EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E596EE is #1A6911. Grayscale: #B7B7B7. Windows color (decimal): -1730834 or 15636197. OLE color: 15636197.

HSL color Cylindrical-coordinate representation of color #E596EE: hue angle of 293.86º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E596EE is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 229 150 238 -
CMYK 0.04 0.37 0 0.07
HSL 293.86º 0.72% 0.76% -
HSV(B) 293.86º 0.37% 0.93% -
XYZ 58.65 44.64 86.41 -
YUV 183.65 158.67 160.34 -
System Red Green Blue C M Y K H S L
Decimal 229 150 238 0.04 0.37 0 0.07 293.86 0.72 0.76
Hex E5 96 EE 4 25 0 7 126 48 4C
Octal 345 226 356 4 45 0 7 446 110 114
Binary 11100101 10010110 11101110 100 100101 0 111 100100110 1001000 1001100

Color Harmonies of #E596EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E596EE

Black with #E596EE

Text Example


Text Example

White with #E596EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E596EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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