Html Css Color HEX #E01BC4 Shocking Pink

📋 copy color: '#E01BC4'

red 224 ◦ green 27 ◦ blue 196

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

Shades of Shocking Pink #E01BC4

Tints of Shocking Pink #E01BC4

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.04%

 BLUE value IS 196 (76.95% from 255) = 43.85%

R = 50.11%
G = 6.04%
B = 43.85%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E01BC4 (or 0xE01BC4) is known color: Shocking Pink. HEX triplet: E0, 1B and C4. RGB value is (224,27,196). Sum of RGB (Red+Green+Blue) = 224+27+196=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 27 (10.94% from 255 or 6.04% from 447); Blue value is 196 (76.95% from 255 or 43.85% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E01BC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01BC4 is #1FE43B. Grayscale: #686868. Windows color (decimal): -2090044 or 12852192. OLE color: 12852192.

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

Color convert

RGB 224 27 196 -
CMYK 0 0.88 0.12 0.12
HSL 308.53º 0.78% 0.49% -
HSV(B) 308.53º 0.88% 0.88% -
XYZ 41.1 20.62 54.04 -
YUV 105.17 179.27 212.76 -
System Red Green Blue C M Y K H S L
Decimal 224 27 196 0 0.88 0.12 0.12 308.53 0.78 0.49
Hex E0 1B C4 0 58 C C 135 4E 31
Octal 340 33 304 0 130 14 14 465 116 61
Binary 11100000 11011 11000100 0 1011000 1100 1100 100110101 1001110 110001

Color Harmonies of #E01BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01BC4

Black with #E01BC4

Text Example


Text Example

White with #E01BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01BC4; }

 p { color: rgb(224,27,196); }

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

background-color css

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

 a { background-color: rgb(224,27,196); }

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

border-color css

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

 span { border-color: rgb(224,27,196); }

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