Html Css Color HEX #E014B2 Shocking Pink

📋 copy color: '#E014B2'

red 224 ◦ green 20 ◦ blue 178

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

Shades of Shocking Pink #E014B2

Tints of Shocking Pink #E014B2

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.74%

 BLUE value IS 178 (69.92% from 255) = 42.18%

R = 53.08%
G = 4.74%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E014B2 (or 0xE014B2) is known color: Shocking Pink. HEX triplet: E0, 14 and B2. RGB value is (224,20,178). Sum of RGB (Red+Green+Blue) = 224+20+178=422 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.08% from 422); Green value is 20 (8.20% from 255 or 4.74% from 422); Blue value is 178 (69.92% from 255 or 42.18% from 422); Max value from RGB is 224 - color contains mainly: red. Hex color #E014B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E014B2 is #1FEB4D. Grayscale: #626262. Windows color (decimal): -2091854 or 11670752. OLE color: 11670752.

HSL color Cylindrical-coordinate representation of color #E014B2: hue angle of 313.53º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E014B2 is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 20 178 -
CMYK 0 0.91 0.21 0.12
HSL 313.53º 0.84% 0.48% -
HSV(B) 313.53º 0.91% 0.88% -
XYZ 39.03 19.56 43.84 -
YUV 99.01 172.59 217.15 -
System Red Green Blue C M Y K H S L
Decimal 224 20 178 0 0.91 0.21 0.12 313.53 0.84 0.48
Hex E0 14 B2 0 5B 15 C 13A 54 30
Octal 340 24 262 0 133 25 14 472 124 60
Binary 11100000 10100 10110010 0 1011011 10101 1100 100111010 1010100 110000

Color Harmonies of #E014B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E014B2

Black with #E014B2

Text Example


Text Example

White with #E014B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E014B2; }

 p { color: rgb(224,20,178); }

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

background-color css

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

 a { background-color: rgb(224,20,178); }

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

border-color css

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

 span { border-color: rgb(224,20,178); }

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