Html Css Color HEX #E5ABCA Shocking

📋 copy color: '#E5ABCA'

red 229 ◦ green 171 ◦ blue 202

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

Shades of Shocking #E5ABCA

Tints of Shocking #E5ABCA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.41%

 BLUE value IS 202 (79.3% from 255) = 33.55%

R = 38.04%
G = 28.41%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E5ABCA (or 0xE5ABCA) is known color: Shocking. HEX triplet: E5, AB and CA. RGB value is (229,171,202). Sum of RGB (Red+Green+Blue) = 229+171+202=602 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.04% from 602); Green value is 171 (67.19% from 255 or 28.41% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 229 - color contains mainly: red. Hex color #E5ABCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E5ABCA is #1A5435. Grayscale: #BFBFBF. Windows color (decimal): -1725494 or 13282277. OLE color: 13282277.

HSL color Cylindrical-coordinate representation of color #E5ABCA: hue angle of 327.93º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E5ABCA is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 171 202 -
CMYK 0 0.25 0.12 0.10
HSL 327.93º 0.53% 0.78% -
HSV(B) 327.93º 0.25% 0.9% -
XYZ 57.54 50.05 62.5 -
YUV 191.88 133.72 154.48 -
System Red Green Blue C M Y K H S L
Decimal 229 171 202 0 0.25 0.12 0.10 327.93 0.53 0.78
Hex E5 AB CA 0 19 C A 148 35 4E
Octal 345 253 312 0 31 14 12 510 65 116
Binary 11100101 10101011 11001010 0 11001 1100 1010 101001000 110101 1001110

Color Harmonies of #E5ABCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5ABCA

Black with #E5ABCA

Text Example


Text Example

White with #E5ABCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5ABCA; }

 p { color: rgb(229,171,202); }

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

background-color css

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

 a { background-color: rgb(229,171,202); }

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

border-color css

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

 span { border-color: rgb(229,171,202); }

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