Html Css Color HEX #E514C5 Shocking Pink

📋 copy color: '#E514C5'

red 229 ◦ green 20 ◦ blue 197

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

Shades of Shocking Pink #E514C5

Tints of Shocking Pink #E514C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 44.17%

R = 51.35%
G = 4.48%
B = 44.17%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#E514C5 (or 0xE514C5) is known color: Shocking Pink. HEX triplet: E5, 14 and C5. RGB value is (229,20,197). Sum of RGB (Red+Green+Blue) = 229+20+197=446 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.35% from 446); Green value is 20 (8.20% from 255 or 4.48% from 446); Blue value is 197 (77.34% from 255 or 44.17% from 446); Max value from RGB is 229 - color contains mainly: red. Hex color #E514C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E514C5 is #1AEB3A. Grayscale: #666666. Windows color (decimal): -1764155 or 12915941. OLE color: 12915941.

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

Color convert

RGB 229 20 197 -
CMYK 0 0.91 0.14 0.10
HSL 309.19º 0.84% 0.49% -
HSV(B) 309.19º 0.91% 0.9% -
XYZ 42.64 21.19 54.67 -
YUV 102.67 181.24 218.11 -
System Red Green Blue C M Y K H S L
Decimal 229 20 197 0 0.91 0.14 0.10 309.19 0.84 0.49
Hex E5 14 C5 0 5B E A 135 54 31
Octal 345 24 305 0 133 16 12 465 124 61
Binary 11100101 10100 11000101 0 1011011 1110 1010 100110101 1010100 110001

Color Harmonies of #E514C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E514C5

Black with #E514C5

Text Example


Text Example

White with #E514C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E514C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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