Html Css Color HEX #E514C0 Shocking Pink

📋 copy color: '#E514C0'

red 229 ◦ green 20 ◦ blue 192

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

Shades of Shocking Pink #E514C0

Tints of Shocking Pink #E514C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.54%

R = 51.93%
G = 4.54%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.16

 K value IS 0.10

RGB Variations

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

Color information

#E514C0 (or 0xE514C0) is known color: Shocking Pink. HEX triplet: E5, 14 and C0. RGB value is (229,20,192). Sum of RGB (Red+Green+Blue) = 229+20+192=441 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.93% from 441); Green value is 20 (8.20% from 255 or 4.54% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 229 - color contains mainly: red. Hex color #E514C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E514C0 is #1AEB3F. Grayscale: #656565. Windows color (decimal): -1764160 or 12588261. OLE color: 12588261.

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

Color convert

RGB 229 20 192 -
CMYK 0 0.91 0.16 0.10
HSL 310.62º 0.84% 0.49% -
HSV(B) 310.62º 0.91% 0.9% -
XYZ 42.08 20.96 51.7 -
YUV 102.1 178.74 218.51 -
System Red Green Blue C M Y K H S L
Decimal 229 20 192 0 0.91 0.16 0.10 310.62 0.84 0.49
Hex E5 14 C0 0 5B 10 A 137 54 31
Octal 345 24 300 0 133 20 12 467 124 61
Binary 11100101 10100 11000000 0 1011011 10000 1010 100110111 1010100 110001

Color Harmonies of #E514C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E514C0

Black with #E514C0

Text Example


Text Example

White with #E514C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E514C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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