Html Css Color HEX #E015B9 Shocking Pink

📋 copy color: '#E015B9'

red 224 ◦ green 21 ◦ blue 185

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

Shades of Shocking Pink #E015B9

Tints of Shocking Pink #E015B9

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.88%

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

R = 52.09%
G = 4.88%
B = 43.02%

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

#E015B9 (or 0xE015B9) is known color: Shocking Pink. HEX triplet: E0, 15 and B9. RGB value is (224,21,185). Sum of RGB (Red+Green+Blue) = 224+21+185=430 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.09% from 430); Green value is 21 (8.59% from 255 or 4.88% from 430); Blue value is 185 (72.66% from 255 or 43.02% from 430); Max value from RGB is 224 - color contains mainly: red. Hex color #E015B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E015B9 is #1FEA46. Grayscale: #636363. Windows color (decimal): -2091591 or 12129760. OLE color: 12129760.

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

Color convert

RGB 224 21 185 -
CMYK 0 0.91 0.17 0.12
HSL 311.53º 0.83% 0.48% -
HSV(B) 311.53º 0.91% 0.88% -
XYZ 39.77 19.89 47.64 -
YUV 100.39 175.75 216.16 -
System Red Green Blue C M Y K H S L
Decimal 224 21 185 0 0.91 0.17 0.12 311.53 0.83 0.48
Hex E0 15 B9 0 5B 11 C 138 53 30
Octal 340 25 271 0 133 21 14 470 123 60
Binary 11100000 10101 10111001 0 1011011 10001 1100 100111000 1010011 110000

Color Harmonies of #E015B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E015B9

Black with #E015B9

Text Example


Text Example

White with #E015B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E015B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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