Html Css Color HEX #E59BF4 Plum

📋 copy color: '#E59BF4'

red 229 ◦ green 155 ◦ blue 244

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

Shades of Plum #E59BF4

Tints of Plum #E59BF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 38.85%

R = 36.46%
G = 24.68%
B = 38.85%

CMYK

 C value IS 0.06

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E59BF4 (or 0xE59BF4) is known color: Plum. HEX triplet: E5, 9B and F4. RGB value is (229,155,244). Sum of RGB (Red+Green+Blue) = 229+155+244=628 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.46% from 628); Green value is 155 (60.94% from 255 or 24.68% from 628); Blue value is 244 (95.70% from 255 or 38.85% from 628); Max value from RGB is 244 - color contains mainly: blue. Hex color #E59BF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E59BF4 is #1A640B. Grayscale: #BABABA. Windows color (decimal): -1729548 or 16030693. OLE color: 16030693.

HSL color Cylindrical-coordinate representation of color #E59BF4: hue angle of 289.89º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E59BF4 is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 229 155 244 -
CMYK 0.06 0.36 0 0.04
HSL 289.89º 0.8% 0.78% -
HSV(B) 289.89º 0.36% 0.96% -
XYZ 60.36 46.63 91.41 -
YUV 187.27 160.02 157.76 -
System Red Green Blue C M Y K H S L
Decimal 229 155 244 0.06 0.36 0 0.04 289.89 0.8 0.78
Hex E5 9B F4 6 24 0 4 122 50 4E
Octal 345 233 364 6 44 0 4 442 120 116
Binary 11100101 10011011 11110100 110 100100 0 100 100100010 1010000 1001110

Color Harmonies of #E59BF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59BF4

Black with #E59BF4

Text Example


Text Example

White with #E59BF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59BF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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