Html Css Color HEX #E514C2 Shocking Pink

📋 copy color: '#E514C2'

red 229 ◦ green 20 ◦ blue 194

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

Shades of Shocking Pink #E514C2

Tints of Shocking Pink #E514C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 43.79%

R = 51.69%
G = 4.51%
B = 43.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.15

 K value IS 0.10

RGB Variations

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

Color information

#E514C2 (or 0xE514C2) is known color: Shocking Pink. HEX triplet: E5, 14 and C2. RGB value is (229,20,194). Sum of RGB (Red+Green+Blue) = 229+20+194=443 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.69% from 443); Green value is 20 (8.20% from 255 or 4.51% from 443); Blue value is 194 (76.17% from 255 or 43.79% from 443); Max value from RGB is 229 - color contains mainly: red. Hex color #E514C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E514C2 is #1AEB3D. Grayscale: #656565. Windows color (decimal): -1764158 or 12719333. OLE color: 12719333.

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

Color convert

RGB 229 20 194 -
CMYK 0 0.91 0.15 0.10
HSL 310.05º 0.84% 0.49% -
HSV(B) 310.05º 0.91% 0.9% -
XYZ 42.3 21.05 52.87 -
YUV 102.33 179.74 218.35 -
System Red Green Blue C M Y K H S L
Decimal 229 20 194 0 0.91 0.15 0.10 310.05 0.84 0.49
Hex E5 14 C2 0 5B F A 136 54 31
Octal 345 24 302 0 133 17 12 466 124 61
Binary 11100101 10100 11000010 0 1011011 1111 1010 100110110 1010100 110001

Color Harmonies of #E514C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E514C2

Black with #E514C2

Text Example


Text Example

White with #E514C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E514C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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