Html Css Color HEX #E00CBB Shocking Pink

📋 copy color: '#E00CBB'

red 224 ◦ green 12 ◦ blue 187

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

Shades of Shocking Pink #E00CBB

Tints of Shocking Pink #E00CBB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.84%

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

R = 52.96%
G = 2.84%
B = 44.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E00CBB (or 0xE00CBB) is known color: Shocking Pink. HEX triplet: E0, 0C and BB. RGB value is (224,12,187). Sum of RGB (Red+Green+Blue) = 224+12+187=423 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.96% from 423); Green value is 12 (5.08% from 255 or 2.84% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 224 - color contains mainly: red. Hex color #E00CBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00CBB is #1FF344. Grayscale: #5E5E5E. Windows color (decimal): -2093893 or 12258528. OLE color: 12258528.

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

Color convert

RGB 224 12 187 -
CMYK 0 0.95 0.17 0.12
HSL 310.47º 0.9% 0.46% -
HSV(B) 310.47º 0.95% 0.88% -
XYZ 39.84 19.7 48.72 -
YUV 95.34 179.74 219.77 -
System Red Green Blue C M Y K H S L
Decimal 224 12 187 0 0.95 0.17 0.12 310.47 0.9 0.46
Hex E0 C BB 0 5F 11 C 136 5A 2E
Octal 340 14 273 0 137 21 14 466 132 56
Binary 11100000 1100 10111011 0 1011111 10001 1100 100110110 1011010 101110

Color Harmonies of #E00CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00CBB

Black with #E00CBB

Text Example


Text Example

White with #E00CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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