Html Css Color HEX #E00ABB Shocking Pink

📋 copy color: '#E00ABB'

red 224 ◦ green 10 ◦ blue 187

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

Shades of Shocking Pink #E00ABB

Tints of Shocking Pink #E00ABB

RGB

 RED value IS 224 (87.89% from 255) = 53.21%

 GREEN value IS 10 (4.3% from 255) = 2.38%

 BLUE value IS 187 (73.44% from 255) = 44.42%

R = 53.21%
G = 2.38%
B = 44.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E00ABB (or 0xE00ABB) is known color: Shocking Pink. HEX triplet: E0, 0A and BB. RGB value is (224,10,187). Sum of RGB (Red+Green+Blue) = 224+10+187=421 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.21% from 421); Green value is 10 (4.30% from 255 or 2.38% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 224 - color contains mainly: red. Hex color #E00ABB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00ABB is #1FF544. Grayscale: #5D5D5D. Windows color (decimal): -2094405 or 12258016. OLE color: 12258016.

HSL color Cylindrical-coordinate representation of color #E00ABB: hue angle of 310.37º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E00ABB is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 10 187 -
CMYK 0 0.96 0.17 0.12
HSL 310.37º 0.91% 0.46% -
HSV(B) 310.37º 0.96% 0.88% -
XYZ 39.82 19.65 48.71 -
YUV 94.16 180.4 220.61 -
System Red Green Blue C M Y K H S L
Decimal 224 10 187 0 0.96 0.17 0.12 310.37 0.91 0.46
Hex E0 A BB 0 60 11 C 136 5B 2E
Octal 340 12 273 0 140 21 14 466 133 56
Binary 11100000 1010 10111011 0 1100000 10001 1100 100110110 1011011 101110

Color Harmonies of #E00ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00ABB

Black with #E00ABB

Text Example


Text Example

White with #E00ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00ABB; }

 p { color: rgb(224,10,187); }

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

background-color css

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

 a { background-color: rgb(224,10,187); }

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

border-color css

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

 span { border-color: rgb(224,10,187); }

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