Html Css Color HEX #E01CB4 Shocking Pink

📋 copy color: '#E01CB4'

red 224 ◦ green 28 ◦ blue 180

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

Shades of Shocking Pink #E01CB4

Tints of Shocking Pink #E01CB4

RGB

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

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

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

R = 51.85%
G = 6.48%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#E01CB4 (or 0xE01CB4) is known color: Shocking Pink. HEX triplet: E0, 1C and B4. RGB value is (224,28,180). Sum of RGB (Red+Green+Blue) = 224+28+180=432 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.85% from 432); Green value is 28 (11.33% from 255 or 6.48% from 432); Blue value is 180 (70.70% from 255 or 41.67% from 432); Max value from RGB is 224 - color contains mainly: red. Hex color #E01CB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01CB4 is #1FE34B. Grayscale: #676767. Windows color (decimal): -2089804 or 11803872. OLE color: 11803872.

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

Color convert

RGB 224 28 180 -
CMYK 0 0.88 0.20 0.12
HSL 313.47º 0.78% 0.49% -
HSV(B) 313.47º 0.88% 0.88% -
XYZ 39.39 19.97 44.96 -
YUV 103.93 170.93 213.64 -
System Red Green Blue C M Y K H S L
Decimal 224 28 180 0 0.88 0.20 0.12 313.47 0.78 0.49
Hex E0 1C B4 0 58 14 C 139 4E 31
Octal 340 34 264 0 130 24 14 471 116 61
Binary 11100000 11100 10110100 0 1011000 10100 1100 100111001 1001110 110001

Color Harmonies of #E01CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01CB4

Black with #E01CB4

Text Example


Text Example

White with #E01CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01CB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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