Html Css Color HEX #E502BA Shocking Pink

📋 copy color: '#E502BA'

red 229 ◦ green 2 ◦ blue 186

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

Shades of Shocking Pink #E502BA

Tints of Shocking Pink #E502BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.6%

R = 54.92%
G = 0.48%
B = 44.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E502BA (or 0xE502BA) is known color: Shocking Pink. HEX triplet: E5, 02 and BA. RGB value is (229,2,186). Sum of RGB (Red+Green+Blue) = 229+2+186=417 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.92% from 417); Green value is 2 (1.17% from 255 or 0.48% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 229 - color contains mainly: red. Hex color #E502BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E502BA is #1AFD45. Grayscale: #5A5A5A. Windows color (decimal): -1768774 or 12190437. OLE color: 12190437.

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

Color convert

RGB 229 2 186 -
CMYK 0 0.99 0.19 0.10
HSL 311.37º 0.98% 0.45% -
HSV(B) 311.37º 0.99% 0.9% -
XYZ 41.2 20.25 48.19 -
YUV 90.85 181.71 226.54 -
System Red Green Blue C M Y K H S L
Decimal 229 2 186 0 0.99 0.19 0.10 311.37 0.98 0.45
Hex E5 2 BA 0 63 13 A 137 62 2D
Octal 345 2 272 0 143 23 12 467 142 55
Binary 11100101 10 10111010 0 1100011 10011 1010 100110111 1100010 101101

Color Harmonies of #E502BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E502BA

Black with #E502BA

Text Example


Text Example

White with #E502BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E502BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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