Html Css Color HEX #E504C1 Shocking Pink

📋 copy color: '#E504C1'

red 229 ◦ green 4 ◦ blue 193

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

Shades of Shocking Pink #E504C1

Tints of Shocking Pink #E504C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 45.31%

R = 53.76%
G = 0.94%
B = 45.31%

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

#E504C1 (or 0xE504C1) is known color: Shocking Pink. HEX triplet: E5, 04 and C1. RGB value is (229,4,193). Sum of RGB (Red+Green+Blue) = 229+4+193=426 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.76% from 426); Green value is 4 (1.95% from 255 or 0.94% from 426); Blue value is 193 (75.78% from 255 or 45.31% from 426); Max value from RGB is 229 - color contains mainly: red. Hex color #E504C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E504C1 is #1AFB3E. Grayscale: #5C5C5C. Windows color (decimal): -1768255 or 12649701. OLE color: 12649701.

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

Color convert

RGB 229 4 193 -
CMYK 0 0.98 0.16 0.10
HSL 309.6º 0.97% 0.46% -
HSV(B) 309.6º 0.98% 0.9% -
XYZ 41.98 20.6 52.21 -
YUV 92.82 184.54 225.13 -
System Red Green Blue C M Y K H S L
Decimal 229 4 193 0 0.98 0.16 0.10 309.6 0.97 0.46
Hex E5 4 C1 0 62 10 A 136 61 2E
Octal 345 4 301 0 142 20 12 466 141 56
Binary 11100101 100 11000001 0 1100010 10000 1010 100110110 1100001 101110

Color Harmonies of #E504C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E504C1

Black with #E504C1

Text Example


Text Example

White with #E504C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E504C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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