Html Css Color HEX #E59BBA Shocking

📋 copy color: '#E59BBA'

red 229 ◦ green 155 ◦ blue 186

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

Shades of Shocking #E59BBA

Tints of Shocking #E59BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.63%

R = 40.18%
G = 27.19%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E59BBA (or 0xE59BBA) is known color: Shocking. HEX triplet: E5, 9B and BA. RGB value is (229,155,186). Sum of RGB (Red+Green+Blue) = 229+155+186=570 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.18% from 570); Green value is 155 (60.94% from 255 or 27.19% from 570); Blue value is 186 (73.05% from 255 or 32.63% from 570); Max value from RGB is 229 - color contains mainly: red. Hex color #E59BBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59BBA is #1A6445. Grayscale: #B4B4B4. Windows color (decimal): -1729606 or 12229605. OLE color: 12229605.

HSL color Cylindrical-coordinate representation of color #E59BBA: hue angle of 334.86º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E59BBA is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 155 186 -
CMYK 0 0.32 0.19 0.10
HSL 334.86º 0.59% 0.75% -
HSV(B) 334.86º 0.32% 0.9% -
XYZ 52.9 43.65 52.09 -
YUV 180.66 131.02 162.48 -
System Red Green Blue C M Y K H S L
Decimal 229 155 186 0 0.32 0.19 0.10 334.86 0.59 0.75
Hex E5 9B BA 0 20 13 A 14F 3B 4B
Octal 345 233 272 0 40 23 12 517 73 113
Binary 11100101 10011011 10111010 0 100000 10011 1010 101001111 111011 1001011

Color Harmonies of #E59BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59BBA

Black with #E59BBA

Text Example


Text Example

White with #E59BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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