Html Css Color HEX #E504BE Shocking Pink

📋 copy color: '#E504BE'

red 229 ◦ green 4 ◦ blue 190

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

Shades of Shocking Pink #E504BE

Tints of Shocking Pink #E504BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.92%

R = 54.14%
G = 0.95%
B = 44.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E504BE (or 0xE504BE) is known color: Shocking Pink. HEX triplet: E5, 04 and BE. RGB value is (229,4,190). Sum of RGB (Red+Green+Blue) = 229+4+190=423 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.14% from 423); Green value is 4 (1.95% from 255 or 0.95% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 229 - color contains mainly: red. Hex color #E504BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E504BE is #1AFB41. Grayscale: #5B5B5B. Windows color (decimal): -1768258 or 12453093. OLE color: 12453093.

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

Color convert

RGB 229 4 190 -
CMYK 0 0.98 0.17 0.10
HSL 310.4º 0.97% 0.46% -
HSV(B) 310.4º 0.98% 0.9% -
XYZ 41.65 20.46 50.47 -
YUV 92.48 183.04 225.38 -
System Red Green Blue C M Y K H S L
Decimal 229 4 190 0 0.98 0.17 0.10 310.4 0.97 0.46
Hex E5 4 BE 0 62 11 A 136 61 2E
Octal 345 4 276 0 142 21 12 466 141 56
Binary 11100101 100 10111110 0 1100010 10001 1010 100110110 1100001 101110

Color Harmonies of #E504BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E504BE

Black with #E504BE

Text Example


Text Example

White with #E504BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E504BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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