Html Css Color HEX #E01CC1 Shocking Pink

📋 copy color: '#E01CC1'

red 224 ◦ green 28 ◦ blue 193

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

Shades of Shocking Pink #E01CC1

Tints of Shocking Pink #E01CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 43.37%

R = 50.34%
G = 6.29%
B = 43.37%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E01CC1 (or 0xE01CC1) is known color: Shocking Pink. HEX triplet: E0, 1C and C1. RGB value is (224,28,193). Sum of RGB (Red+Green+Blue) = 224+28+193=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 28 (11.33% from 255 or 6.29% from 445); Blue value is 193 (75.78% from 255 or 43.37% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E01CC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01CC1 is #1FE33E. Grayscale: #686868. Windows color (decimal): -2089791 or 12655840. OLE color: 12655840.

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

Color convert

RGB 224 28 193 -
CMYK 0 0.88 0.14 0.12
HSL 309.49º 0.78% 0.49% -
HSV(B) 309.49º 0.88% 0.88% -
XYZ 40.78 20.53 52.26 -
YUV 105.41 177.43 212.58 -
System Red Green Blue C M Y K H S L
Decimal 224 28 193 0 0.88 0.14 0.12 309.49 0.78 0.49
Hex E0 1C C1 0 58 E C 135 4E 31
Octal 340 34 301 0 130 16 14 465 116 61
Binary 11100000 11100 11000001 0 1011000 1110 1100 100110101 1001110 110001

Color Harmonies of #E01CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01CC1

Black with #E01CC1

Text Example


Text Example

White with #E01CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01CC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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