Html Css Color HEX #E505BB Shocking Pink

📋 copy color: '#E505BB'

red 229 ◦ green 5 ◦ blue 187

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

Shades of Shocking Pink #E505BB

Tints of Shocking Pink #E505BB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.19%

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

R = 54.39%
G = 1.19%
B = 44.42%

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

#E505BB (or 0xE505BB) is known color: Shocking Pink. HEX triplet: E5, 05 and BB. RGB value is (229,5,187). Sum of RGB (Red+Green+Blue) = 229+5+187=421 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.39% from 421); Green value is 5 (2.34% from 255 or 1.19% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 229 - color contains mainly: red. Hex color #E505BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E505BB is #1AFA44. Grayscale: #5C5C5C. Windows color (decimal): -1768005 or 12256741. OLE color: 12256741.

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

Color convert

RGB 229 5 187 -
CMYK 0 0.98 0.18 0.10
HSL 311.25º 0.96% 0.46% -
HSV(B) 311.25º 0.98% 0.9% -
XYZ 41.34 20.35 48.76 -
YUV 92.72 181.21 225.2 -
System Red Green Blue C M Y K H S L
Decimal 229 5 187 0 0.98 0.18 0.10 311.25 0.96 0.46
Hex E5 5 BB 0 62 12 A 137 60 2E
Octal 345 5 273 0 142 22 12 467 140 56
Binary 11100101 101 10111011 0 1100010 10010 1010 100110111 1100000 101110

Color Harmonies of #E505BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E505BB

Black with #E505BB

Text Example


Text Example

White with #E505BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E505BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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