Html Css Color HEX #E01CB9 Shocking Pink

📋 copy color: '#E01CB9'

red 224 ◦ green 28 ◦ blue 185

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

Shades of Shocking Pink #E01CB9

Tints of Shocking Pink #E01CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 42.33%

R = 51.26%
G = 6.41%
B = 42.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E01CB9 (or 0xE01CB9) is known color: Shocking Pink. HEX triplet: E0, 1C and B9. RGB value is (224,28,185). Sum of RGB (Red+Green+Blue) = 224+28+185=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 28 (11.33% from 255 or 6.41% from 437); Blue value is 185 (72.66% from 255 or 42.33% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E01CB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01CB9 is #1FE346. Grayscale: #686868. Windows color (decimal): -2089799 or 12131552. OLE color: 12131552.

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

Color convert

RGB 224 28 185 -
CMYK 0 0.88 0.17 0.12
HSL 311.94º 0.78% 0.49% -
HSV(B) 311.94º 0.88% 0.88% -
XYZ 39.91 20.18 47.69 -
YUV 104.5 173.43 213.23 -
System Red Green Blue C M Y K H S L
Decimal 224 28 185 0 0.88 0.17 0.12 311.94 0.78 0.49
Hex E0 1C B9 0 58 11 C 138 4E 31
Octal 340 34 271 0 130 21 14 470 116 61
Binary 11100000 11100 10111001 0 1011000 10001 1100 100111000 1001110 110001

Color Harmonies of #E01CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01CB9

Black with #E01CB9

Text Example


Text Example

White with #E01CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01CB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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