Html Css Color HEX #E00CB4 Shocking Pink

📋 copy color: '#E00CB4'

red 224 ◦ green 12 ◦ blue 180

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

Shades of Shocking Pink #E00CB4

Tints of Shocking Pink #E00CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 43.27%

R = 53.85%
G = 2.88%
B = 43.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#E00CB4 (or 0xE00CB4) is known color: Shocking Pink. HEX triplet: E0, 0C and B4. RGB value is (224,12,180). Sum of RGB (Red+Green+Blue) = 224+12+180=416 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.85% from 416); Green value is 12 (5.08% from 255 or 2.88% from 416); Blue value is 180 (70.70% from 255 or 43.27% from 416); Max value from RGB is 224 - color contains mainly: red. Hex color #E00CB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00CB4 is #1FF34B. Grayscale: #5E5E5E. Windows color (decimal): -2093900 or 11799776. OLE color: 11799776.

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

Color convert

RGB 224 12 180 -
CMYK 0 0.95 0.20 0.12
HSL 312.45º 0.9% 0.46% -
HSV(B) 312.45º 0.95% 0.88% -
XYZ 39.11 19.41 44.86 -
YUV 94.54 176.24 220.34 -
System Red Green Blue C M Y K H S L
Decimal 224 12 180 0 0.95 0.20 0.12 312.45 0.9 0.46
Hex E0 C B4 0 5F 14 C 138 5A 2E
Octal 340 14 264 0 137 24 14 470 132 56
Binary 11100000 1100 10110100 0 1011111 10100 1100 100111000 1011010 101110

Color Harmonies of #E00CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00CB4

Black with #E00CB4

Text Example


Text Example

White with #E00CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00CB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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