Html Css Color HEX #E504BB Shocking Pink

📋 copy color: '#E504BB'

red 229 ◦ green 4 ◦ blue 187

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

Shades of Shocking Pink #E504BB

Tints of Shocking Pink #E504BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.52%

R = 54.52%
G = 0.95%
B = 44.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E504BB (or 0xE504BB) is known color: Shocking Pink. HEX triplet: E5, 04 and BB. RGB value is (229,4,187). Sum of RGB (Red+Green+Blue) = 229+4+187=420 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.52% from 420); Green value is 4 (1.95% from 255 or 0.95% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 229 - color contains mainly: red. Hex color #E504BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E504BB is #1AFB44. Grayscale: #5B5B5B. Windows color (decimal): -1768261 or 12256485. OLE color: 12256485.

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

Color convert

RGB 229 4 187 -
CMYK 0 0.98 0.18 0.10
HSL 311.2º 0.97% 0.46% -
HSV(B) 311.2º 0.98% 0.9% -
XYZ 41.33 20.33 48.76 -
YUV 92.14 181.54 225.62 -
System Red Green Blue C M Y K H S L
Decimal 229 4 187 0 0.98 0.18 0.10 311.2 0.97 0.46
Hex E5 4 BB 0 62 12 A 137 61 2E
Octal 345 4 273 0 142 22 12 467 141 56
Binary 11100101 100 10111011 0 1100010 10010 1010 100110111 1100001 101110

Color Harmonies of #E504BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E504BB

Black with #E504BB

Text Example


Text Example

White with #E504BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E504BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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