Html Css Color HEX #E014B9 Shocking Pink

📋 copy color: '#E014B9'

red 224 ◦ green 20 ◦ blue 185

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

Shades of Shocking Pink #E014B9

Tints of Shocking Pink #E014B9

RGB

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

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

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

R = 52.21%
G = 4.66%
B = 43.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E014B9 (or 0xE014B9) is known color: Shocking Pink. HEX triplet: E0, 14 and B9. RGB value is (224,20,185). Sum of RGB (Red+Green+Blue) = 224+20+185=429 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.21% from 429); Green value is 20 (8.20% from 255 or 4.66% from 429); Blue value is 185 (72.66% from 255 or 43.12% from 429); Max value from RGB is 224 - color contains mainly: red. Hex color #E014B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E014B9 is #1FEB46. Grayscale: #636363. Windows color (decimal): -2091847 or 12129504. OLE color: 12129504.

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

Color convert

RGB 224 20 185 -
CMYK 0 0.91 0.17 0.12
HSL 311.47º 0.84% 0.48% -
HSV(B) 311.47º 0.91% 0.88% -
XYZ 39.75 19.85 47.64 -
YUV 99.81 176.09 216.58 -
System Red Green Blue C M Y K H S L
Decimal 224 20 185 0 0.91 0.17 0.12 311.47 0.84 0.48
Hex E0 14 B9 0 5B 11 C 137 54 30
Octal 340 24 271 0 133 21 14 467 124 60
Binary 11100000 10100 10111001 0 1011011 10001 1100 100110111 1010100 110000

Color Harmonies of #E014B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E014B9

Black with #E014B9

Text Example


Text Example

White with #E014B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E014B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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