Html Css Color HEX #E013BE Shocking Pink

📋 copy color: '#E013BE'

red 224 ◦ green 19 ◦ blue 190

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

Shades of Shocking Pink #E013BE

Tints of Shocking Pink #E013BE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.39%

 BLUE value IS 190 (74.61% from 255) = 43.88%

R = 51.73%
G = 4.39%
B = 43.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E013BE (or 0xE013BE) is known color: Shocking Pink. HEX triplet: E0, 13 and BE. RGB value is (224,19,190). Sum of RGB (Red+Green+Blue) = 224+19+190=433 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.73% from 433); Green value is 19 (7.81% from 255 or 4.39% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 224 - color contains mainly: red. Hex color #E013BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E013BE is #1FEC41. Grayscale: #636363. Windows color (decimal): -2092098 or 12456928. OLE color: 12456928.

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

Color convert

RGB 224 19 190 -
CMYK 0 0.92 0.15 0.12
HSL 309.95º 0.84% 0.48% -
HSV(B) 309.95º 0.92% 0.88% -
XYZ 40.27 20.03 50.46 -
YUV 99.79 178.92 216.6 -
System Red Green Blue C M Y K H S L
Decimal 224 19 190 0 0.92 0.15 0.12 309.95 0.84 0.48
Hex E0 13 BE 0 5C F C 136 54 30
Octal 340 23 276 0 134 17 14 466 124 60
Binary 11100000 10011 10111110 0 1011100 1111 1100 100110110 1010100 110000

Color Harmonies of #E013BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E013BE

Black with #E013BE

Text Example


Text Example

White with #E013BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E013BE; }

 p { color: rgb(224,19,190); }

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

background-color css

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

 a { background-color: rgb(224,19,190); }

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

border-color css

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

 span { border-color: rgb(224,19,190); }

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