Html Css Color HEX #E502BF Shocking Pink

📋 copy color: '#E502BF'

red 229 ◦ green 2 ◦ blue 191

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

Shades of Shocking Pink #E502BF

Tints of Shocking Pink #E502BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.26%

R = 54.27%
G = 0.47%
B = 45.26%

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

#E502BF (or 0xE502BF) is known color: Shocking Pink. HEX triplet: E5, 02 and BF. RGB value is (229,2,191). Sum of RGB (Red+Green+Blue) = 229+2+191=422 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.27% from 422); Green value is 2 (1.17% from 255 or 0.47% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 229 - color contains mainly: red. Hex color #E502BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E502BF is #1AFD40. Grayscale: #5A5A5A. Windows color (decimal): -1768769 or 12518117. OLE color: 12518117.

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

Color convert

RGB 229 2 191 -
CMYK 0 0.99 0.17 0.10
HSL 310.04º 0.98% 0.45% -
HSV(B) 310.04º 0.99% 0.9% -
XYZ 41.74 20.46 51.04 -
YUV 91.42 184.21 226.13 -
System Red Green Blue C M Y K H S L
Decimal 229 2 191 0 0.99 0.17 0.10 310.04 0.98 0.45
Hex E5 2 BF 0 63 11 A 136 62 2D
Octal 345 2 277 0 143 21 12 466 142 55
Binary 11100101 10 10111111 0 1100011 10001 1010 100110110 1100010 101101

Color Harmonies of #E502BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E502BF

Black with #E502BF

Text Example


Text Example

White with #E502BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E502BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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