Html Css Color HEX #E014BE Shocking Pink

📋 copy color: '#E014BE'

red 224 ◦ green 20 ◦ blue 190

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

Shades of Shocking Pink #E014BE

Tints of Shocking Pink #E014BE

RGB

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

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

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

R = 51.61%
G = 4.61%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E014BE (or 0xE014BE) is known color: Shocking Pink. HEX triplet: E0, 14 and BE. RGB value is (224,20,190). Sum of RGB (Red+Green+Blue) = 224+20+190=434 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.61% from 434); Green value is 20 (8.20% from 255 or 4.61% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 224 - color contains mainly: red. Hex color #E014BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E014BE is #1FEB41. Grayscale: #636363. Windows color (decimal): -2091842 or 12457184. OLE color: 12457184.

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

Color convert

RGB 224 20 190 -
CMYK 0 0.91 0.15 0.12
HSL 310º 0.84% 0.48% -
HSV(B) 310º 0.91% 0.88% -
XYZ 40.28 20.07 50.46 -
YUV 100.38 178.59 216.18 -
System Red Green Blue C M Y K H S L
Decimal 224 20 190 0 0.91 0.15 0.12 310 0.84 0.48
Hex E0 14 BE 0 5B F C 136 54 30
Octal 340 24 276 0 133 17 14 466 124 60
Binary 11100000 10100 10111110 0 1011011 1111 1100 100110110 1010100 110000

Color Harmonies of #E014BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E014BE

Black with #E014BE

Text Example


Text Example

White with #E014BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E014BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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