Html Css Color HEX #E59ABA Shocking

📋 copy color: '#E59ABA'

red 229 ◦ green 154 ◦ blue 186

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

Shades of Shocking #E59ABA

Tints of Shocking #E59ABA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.07%

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

R = 40.25%
G = 27.07%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E59ABA (or 0xE59ABA) is known color: Shocking. HEX triplet: E5, 9A and BA. RGB value is (229,154,186). Sum of RGB (Red+Green+Blue) = 229+154+186=569 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.25% from 569); Green value is 154 (60.55% from 255 or 27.07% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 229 - color contains mainly: red. Hex color #E59ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59ABA is #1A6545. Grayscale: #B4B4B4. Windows color (decimal): -1729862 or 12229349. OLE color: 12229349.

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

Color convert

RGB 229 154 186 -
CMYK 0 0.33 0.19 0.10
HSL 334.4º 0.59% 0.75% -
HSV(B) 334.4º 0.33% 0.9% -
XYZ 52.73 43.31 52.04 -
YUV 180.07 131.35 162.9 -
System Red Green Blue C M Y K H S L
Decimal 229 154 186 0 0.33 0.19 0.10 334.4 0.59 0.75
Hex E5 9A BA 0 21 13 A 14E 3B 4B
Octal 345 232 272 0 41 23 12 516 73 113
Binary 11100101 10011010 10111010 0 100001 10011 1010 101001110 111011 1001011

Color Harmonies of #E59ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E59ABA

Black with #E59ABA

Text Example


Text Example

White with #E59ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E59ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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