Html Css Color HEX #E59BF2 Plum

📋 copy color: '#E59BF2'

red 229 ◦ green 155 ◦ blue 242

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

Shades of Plum #E59BF2

Tints of Plum #E59BF2

RGB

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

 GREEN value IS 155 (60.94% from 255) = 24.76%

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

R = 36.58%
G = 24.76%
B = 38.66%

CMYK

 C value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E59BF2 (or 0xE59BF2) is known color: Plum. HEX triplet: E5, 9B and F2. RGB value is (229,155,242). Sum of RGB (Red+Green+Blue) = 229+155+242=626 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.58% from 626); Green value is 155 (60.94% from 255 or 24.76% from 626); Blue value is 242 (94.92% from 255 or 38.66% from 626); Max value from RGB is 242 - color contains mainly: blue. Hex color #E59BF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E59BF2 is #1A640D. Grayscale: #BABABA. Windows color (decimal): -1729550 or 15899621. OLE color: 15899621.

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

Color convert

RGB 229 155 242 -
CMYK 0.05 0.36 0 0.05
HSL 291.03º 0.77% 0.78% -
HSV(B) 291.03º 0.36% 0.95% -
XYZ 60.06 46.51 89.82 -
YUV 187.04 159.02 157.93 -
System Red Green Blue C M Y K H S L
Decimal 229 155 242 0.05 0.36 0 0.05 291.03 0.77 0.78
Hex E5 9B F2 5 24 0 5 123 4D 4E
Octal 345 233 362 5 44 0 5 443 115 116
Binary 11100101 10011011 11110010 101 100100 0 101 100100011 1001101 1001110

Color Harmonies of #E59BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59BF2

Black with #E59BF2

Text Example


Text Example

White with #E59BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59BF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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