Html Css Color HEX #E01CC8 Shocking Pink

📋 copy color: '#E01CC8'

red 224 ◦ green 28 ◦ blue 200

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

Shades of Shocking Pink #E01CC8

Tints of Shocking Pink #E01CC8

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.19%

 BLUE value IS 200 (78.52% from 255) = 44.25%

R = 49.56%
G = 6.19%
B = 44.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#E01CC8 (or 0xE01CC8) is known color: Shocking Pink. HEX triplet: E0, 1C and C8. RGB value is (224,28,200). Sum of RGB (Red+Green+Blue) = 224+28+200=452 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.56% from 452); Green value is 28 (11.33% from 255 or 6.19% from 452); Blue value is 200 (78.52% from 255 or 44.25% from 452); Max value from RGB is 224 - color contains mainly: red. Hex color #E01CC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01CC8 is #1FE337. Grayscale: #696969. Windows color (decimal): -2089784 or 13114592. OLE color: 13114592.

HSL color Cylindrical-coordinate representation of color #E01CC8: hue angle of 307.35º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01CC8 is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 28 200 -
CMYK 0 0.88 0.11 0.12
HSL 307.35º 0.78% 0.49% -
HSV(B) 307.35º 0.88% 0.88% -
XYZ 41.58 20.85 56.48 -
YUV 106.21 180.93 212.01 -
System Red Green Blue C M Y K H S L
Decimal 224 28 200 0 0.88 0.11 0.12 307.35 0.78 0.49
Hex E0 1C C8 0 58 B C 133 4E 31
Octal 340 34 310 0 130 13 14 463 116 61
Binary 11100000 11100 11001000 0 1011000 1011 1100 100110011 1001110 110001

Color Harmonies of #E01CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01CC8

Black with #E01CC8

Text Example


Text Example

White with #E01CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01CC8; }

 p { color: rgb(224,28,200); }

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

background-color css

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

 a { background-color: rgb(224,28,200); }

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

border-color css

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

 span { border-color: rgb(224,28,200); }

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