Html Css Color HEX #E506BA Shocking Pink

📋 copy color: '#E506BA'

red 229 ◦ green 6 ◦ blue 186

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

Shades of Shocking Pink #E506BA

Tints of Shocking Pink #E506BA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.43%

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

R = 54.39%
G = 1.43%
B = 44.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E506BA (or 0xE506BA) is known color: Shocking Pink. HEX triplet: E5, 06 and BA. RGB value is (229,6,186). Sum of RGB (Red+Green+Blue) = 229+6+186=421 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.39% from 421); Green value is 6 (2.73% from 255 or 1.43% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 229 - color contains mainly: red. Hex color #E506BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E506BA is #1AF945. Grayscale: #5C5C5C. Windows color (decimal): -1767750 or 12191461. OLE color: 12191461.

HSL color Cylindrical-coordinate representation of color #E506BA: hue angle of 311.57º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E506BA is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 6 186 -
CMYK 0 0.97 0.19 0.10
HSL 311.57º 0.95% 0.46% -
HSV(B) 311.57º 0.97% 0.9% -
XYZ 41.24 20.33 48.21 -
YUV 93.2 180.38 224.86 -
System Red Green Blue C M Y K H S L
Decimal 229 6 186 0 0.97 0.19 0.10 311.57 0.95 0.46
Hex E5 6 BA 0 61 13 A 138 5F 2E
Octal 345 6 272 0 141 23 12 470 137 56
Binary 11100101 110 10111010 0 1100001 10011 1010 100111000 1011111 101110

Color Harmonies of #E506BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E506BA

Black with #E506BA

Text Example


Text Example

White with #E506BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E506BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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