Html Css Color HEX #E00ABD Shocking Pink

📋 copy color: '#E00ABD'

red 224 ◦ green 10 ◦ blue 189

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

Shades of Shocking Pink #E00ABD

Tints of Shocking Pink #E00ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.68%

R = 52.96%
G = 2.36%
B = 44.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E00ABD (or 0xE00ABD) is known color: Shocking Pink. HEX triplet: E0, 0A and BD. RGB value is (224,10,189). Sum of RGB (Red+Green+Blue) = 224+10+189=423 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.96% from 423); Green value is 10 (4.30% from 255 or 2.36% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 224 - color contains mainly: red. Hex color #E00ABD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00ABD is #1FF542. Grayscale: #5D5D5D. Windows color (decimal): -2094403 or 12389088. OLE color: 12389088.

HSL color Cylindrical-coordinate representation of color #E00ABD: hue angle of 309.81º 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 #E00ABD is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 10 189 -
CMYK 0 0.96 0.16 0.12
HSL 309.81º 0.91% 0.46% -
HSV(B) 309.81º 0.96% 0.88% -
XYZ 40.03 19.74 49.84 -
YUV 94.39 181.4 220.45 -
System Red Green Blue C M Y K H S L
Decimal 224 10 189 0 0.96 0.16 0.12 309.81 0.91 0.46
Hex E0 A BD 0 60 10 C 136 5B 2E
Octal 340 12 275 0 140 20 14 466 133 56
Binary 11100000 1010 10111101 0 1100000 10000 1100 100110110 1011011 101110

Color Harmonies of #E00ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00ABD

Black with #E00ABD

Text Example


Text Example

White with #E00ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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