Html Css Color HEX #E504C5 Shocking Pink

📋 copy color: '#E504C5'

red 229 ◦ green 4 ◦ blue 197

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

Shades of Shocking Pink #E504C5

Tints of Shocking Pink #E504C5

RGB

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

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

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

R = 53.26%
G = 0.93%
B = 45.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#E504C5 (or 0xE504C5) is known color: Shocking Pink. HEX triplet: E5, 04 and C5. RGB value is (229,4,197). Sum of RGB (Red+Green+Blue) = 229+4+197=430 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.26% from 430); Green value is 4 (1.95% from 255 or 0.93% from 430); Blue value is 197 (77.34% from 255 or 45.81% from 430); Max value from RGB is 229 - color contains mainly: red. Hex color #E504C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E504C5 is #1AFB3A. Grayscale: #5C5C5C. Windows color (decimal): -1768251 or 12911845. OLE color: 12911845.

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

Color convert

RGB 229 4 197 -
CMYK 0 0.98 0.14 0.10
HSL 308.53º 0.97% 0.46% -
HSV(B) 308.53º 0.98% 0.9% -
XYZ 42.43 20.78 54.6 -
YUV 93.28 186.54 224.81 -
System Red Green Blue C M Y K H S L
Decimal 229 4 197 0 0.98 0.14 0.10 308.53 0.97 0.46
Hex E5 4 C5 0 62 E A 135 61 2E
Octal 345 4 305 0 142 16 12 465 141 56
Binary 11100101 100 11000101 0 1100010 1110 1010 100110101 1100001 101110

Color Harmonies of #E504C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E504C5

Black with #E504C5

Text Example


Text Example

White with #E504C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E504C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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