Html Css Color HEX #E514BE Shocking Pink

📋 copy color: '#E514BE'

red 229 ◦ green 20 ◦ blue 190

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

Shades of Shocking Pink #E514BE

Tints of Shocking Pink #E514BE

RGB

 RED value IS 229 (89.84% from 255) = 52.16%

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

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

R = 52.16%
G = 4.56%
B = 43.28%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E514BE (or 0xE514BE) is known color: Shocking Pink. HEX triplet: E5, 14 and BE. RGB value is (229,20,190). Sum of RGB (Red+Green+Blue) = 229+20+190=439 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.16% from 439); Green value is 20 (8.20% from 255 or 4.56% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 229 - color contains mainly: red. Hex color #E514BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E514BE is #1AEB41. Grayscale: #656565. Windows color (decimal): -1764162 or 12457189. OLE color: 12457189.

HSL color Cylindrical-coordinate representation of color #E514BE: hue angle of 311.2º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E514BE is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 20 190 -
CMYK 0 0.91 0.17 0.10
HSL 311.2º 0.84% 0.49% -
HSV(B) 311.2º 0.91% 0.9% -
XYZ 41.86 20.88 50.54 -
YUV 101.87 177.74 218.68 -
System Red Green Blue C M Y K H S L
Decimal 229 20 190 0 0.91 0.17 0.10 311.2 0.84 0.49
Hex E5 14 BE 0 5B 11 A 137 54 31
Octal 345 24 276 0 133 21 12 467 124 61
Binary 11100101 10100 10111110 0 1011011 10001 1010 100110111 1010100 110001

Color Harmonies of #E514BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E514BE

Black with #E514BE

Text Example


Text Example

White with #E514BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E514BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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