Html Css Color HEX #E59EF0 Plum

📋 copy color: '#E59EF0'

red 229 ◦ green 158 ◦ blue 240

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

Shades of Plum #E59EF0

Tints of Plum #E59EF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 38.28%

R = 36.52%
G = 25.2%
B = 38.28%

CMYK

 C value IS 0.05

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E59EF0 (or 0xE59EF0) is known color: Plum. HEX triplet: E5, 9E and F0. RGB value is (229,158,240). Sum of RGB (Red+Green+Blue) = 229+158+240=627 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.52% from 627); Green value is 158 (62.11% from 255 or 25.20% from 627); Blue value is 240 (94.14% from 255 or 38.28% from 627); Max value from RGB is 240 - color contains mainly: blue. Hex color #E59EF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E59EF0 is #1A610F. Grayscale: #BCBCBC. Windows color (decimal): -1728784 or 15769317. OLE color: 15769317.

HSL color Cylindrical-coordinate representation of color #E59EF0: hue angle of 291.95º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E59EF0 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 229 158 240 -
CMYK 0.05 0.34 0 0.06
HSL 291.95º 0.73% 0.78% -
HSV(B) 291.95º 0.34% 0.94% -
XYZ 60.27 47.4 88.41 -
YUV 188.58 157.02 156.83 -
System Red Green Blue C M Y K H S L
Decimal 229 158 240 0.05 0.34 0 0.06 291.95 0.73 0.78
Hex E5 9E F0 5 22 0 6 124 49 4E
Octal 345 236 360 5 42 0 6 444 111 116
Binary 11100101 10011110 11110000 101 100010 0 110 100100100 1001001 1001110

Color Harmonies of #E59EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59EF0

Black with #E59EF0

Text Example


Text Example

White with #E59EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59EF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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