Html Css Color HEX #E504C0 Shocking Pink

📋 copy color: '#E504C0'

red 229 ◦ green 4 ◦ blue 192

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

Shades of Shocking Pink #E504C0

Tints of Shocking Pink #E504C0

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.94%

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

R = 53.88%
G = 0.94%
B = 45.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0.10

RGB Variations

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

Color information

#E504C0 (or 0xE504C0) is known color: Shocking Pink. HEX triplet: E5, 04 and C0. RGB value is (229,4,192). Sum of RGB (Red+Green+Blue) = 229+4+192=425 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.88% from 425); Green value is 4 (1.95% from 255 or 0.94% from 425); Blue value is 192 (75.39% from 255 or 45.18% from 425); Max value from RGB is 229 - color contains mainly: red. Hex color #E504C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E504C0 is #1AFB3F. Grayscale: #5C5C5C. Windows color (decimal): -1768256 or 12584165. OLE color: 12584165.

HSL color Cylindrical-coordinate representation of color #E504C0: hue angle of 309.87º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E504C0 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 4 192 -
CMYK 0 0.98 0.16 0.10
HSL 309.87º 0.97% 0.46% -
HSV(B) 309.87º 0.98% 0.9% -
XYZ 41.87 20.55 51.63 -
YUV 92.71 184.04 225.21 -
System Red Green Blue C M Y K H S L
Decimal 229 4 192 0 0.98 0.16 0.10 309.87 0.97 0.46
Hex E5 4 C0 0 62 10 A 136 61 2E
Octal 345 4 300 0 142 20 12 466 141 56
Binary 11100101 100 11000000 0 1100010 10000 1010 100110110 1100001 101110

Color Harmonies of #E504C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E504C0

Black with #E504C0

Text Example


Text Example

White with #E504C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E504C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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