Html Css Color HEX #E505BE Shocking Pink

📋 copy color: '#E505BE'

red 229 ◦ green 5 ◦ blue 190

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

Shades of Shocking Pink #E505BE

Tints of Shocking Pink #E505BE

RGB

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

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

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

R = 54.01%
G = 1.18%
B = 44.81%

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

#E505BE (or 0xE505BE) is known color: Shocking Pink. HEX triplet: E5, 05 and BE. RGB value is (229,5,190). Sum of RGB (Red+Green+Blue) = 229+5+190=424 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.01% from 424); Green value is 5 (2.34% from 255 or 1.18% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 229 - color contains mainly: red. Hex color #E505BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E505BE is #1AFA41. Grayscale: #5C5C5C. Windows color (decimal): -1768002 or 12453349. OLE color: 12453349.

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

Color convert

RGB 229 5 190 -
CMYK 0 0.98 0.17 0.10
HSL 310.45º 0.96% 0.46% -
HSV(B) 310.45º 0.98% 0.9% -
XYZ 41.66 20.48 50.47 -
YUV 93.07 182.71 224.96 -
System Red Green Blue C M Y K H S L
Decimal 229 5 190 0 0.98 0.17 0.10 310.45 0.96 0.46
Hex E5 5 BE 0 62 11 A 136 60 2E
Octal 345 5 276 0 142 21 12 466 140 56
Binary 11100101 101 10111110 0 1100010 10001 1010 100110110 1100000 101110

Color Harmonies of #E505BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E505BE

Black with #E505BE

Text Example


Text Example

White with #E505BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E505BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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