Html Css Color HEX #E502BE Shocking Pink

📋 copy color: '#E502BE'

red 229 ◦ green 2 ◦ blue 190

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

Shades of Shocking Pink #E502BE

Tints of Shocking Pink #E502BE

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.48%

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

R = 54.39%
G = 0.48%
B = 45.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E502BE (or 0xE502BE) is known color: Shocking Pink. HEX triplet: E5, 02 and BE. RGB value is (229,2,190). Sum of RGB (Red+Green+Blue) = 229+2+190=421 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.39% from 421); Green value is 2 (1.17% from 255 or 0.48% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 229 - color contains mainly: red. Hex color #E502BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E502BE is #1AFD41. Grayscale: #5A5A5A. Windows color (decimal): -1768770 or 12452581. OLE color: 12452581.

HSL color Cylindrical-coordinate representation of color #E502BE: hue angle of 310.31º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E502BE is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 2 190 -
CMYK 0 0.99 0.17 0.10
HSL 310.31º 0.98% 0.45% -
HSV(B) 310.31º 0.99% 0.9% -
XYZ 41.63 20.42 50.46 -
YUV 91.31 183.71 226.21 -
System Red Green Blue C M Y K H S L
Decimal 229 2 190 0 0.99 0.17 0.10 310.31 0.98 0.45
Hex E5 2 BE 0 63 11 A 136 62 2D
Octal 345 2 276 0 143 21 12 466 142 55
Binary 11100101 10 10111110 0 1100011 10001 1010 100110110 1100010 101101

Color Harmonies of #E502BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E502BE

Black with #E502BE

Text Example


Text Example

White with #E502BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E502BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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