Html Css Color HEX #E59EF2 Plum

📋 copy color: '#E59EF2'

red 229 ◦ green 158 ◦ blue 242

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

Shades of Plum #E59EF2

Tints of Plum #E59EF2

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.12%

 BLUE value IS 242 (94.92% from 255) = 38.47%

R = 36.41%
G = 25.12%
B = 38.47%

CMYK

 C value IS 0.05

 M value IS 0.35

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E59EF2 (or 0xE59EF2) is known color: Plum. HEX triplet: E5, 9E and F2. RGB value is (229,158,242). Sum of RGB (Red+Green+Blue) = 229+158+242=629 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.41% from 629); Green value is 158 (62.11% from 255 or 25.12% from 629); Blue value is 242 (94.92% from 255 or 38.47% from 629); Max value from RGB is 242 - color contains mainly: blue. Hex color #E59EF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E59EF2 is #1A610D. Grayscale: #BCBCBC. Windows color (decimal): -1728782 or 15900389. OLE color: 15900389.

HSL color Cylindrical-coordinate representation of color #E59EF2: hue angle of 290.71º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E59EF2 is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 229 158 242 -
CMYK 0.05 0.35 0 0.05
HSL 290.71º 0.76% 0.78% -
HSV(B) 290.71º 0.35% 0.95% -
XYZ 60.57 47.52 89.98 -
YUV 188.81 158.02 156.67 -
System Red Green Blue C M Y K H S L
Decimal 229 158 242 0.05 0.35 0 0.05 290.71 0.76 0.78
Hex E5 9E F2 5 23 0 5 123 4C 4E
Octal 345 236 362 5 43 0 5 443 114 116
Binary 11100101 10011110 11110010 101 100011 0 101 100100011 1001100 1001110

Color Harmonies of #E59EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59EF2

Black with #E59EF2

Text Example


Text Example

White with #E59EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59EF2; }

 p { color: rgb(229,158,242); }

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

background-color css

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

 a { background-color: rgb(229,158,242); }

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

border-color css

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

 span { border-color: rgb(229,158,242); }

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