Html Css Color HEX #E710BA Shocking Pink

📋 copy color: '#E710BA'

red 231 ◦ green 16 ◦ blue 186

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

Shades of Shocking Pink #E710BA

Tints of Shocking Pink #E710BA

RGB

 RED value IS 231 (90.63% from 255) = 53.35%

 GREEN value IS 16 (6.64% from 255) = 3.7%

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

R = 53.35%
G = 3.7%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E710BA (or 0xE710BA) is known color: Shocking Pink. HEX triplet: E7, 10 and BA. RGB value is (231,16,186). Sum of RGB (Red+Green+Blue) = 231+16+186=433 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.35% from 433); Green value is 16 (6.64% from 255 or 3.70% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 231 - color contains mainly: red. Hex color #E710BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E710BA is #18EF45. Grayscale: #636363. Windows color (decimal): -1634118 or 12194023. OLE color: 12194023.

HSL color Cylindrical-coordinate representation of color #E710BA: hue angle of 312.56º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E710BA is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 16 186 -
CMYK 0 0.93 0.19 0.09
HSL 312.56º 0.87% 0.48% -
HSV(B) 312.56º 0.93% 0.91% -
XYZ 42 20.9 48.28 -
YUV 99.67 176.73 221.68 -
System Red Green Blue C M Y K H S L
Decimal 231 16 186 0 0.93 0.19 0.09 312.56 0.87 0.48
Hex E7 10 BA 0 5D 13 9 139 57 30
Octal 347 20 272 0 135 23 11 471 127 60
Binary 11100111 10000 10111010 0 1011101 10011 1001 100111001 1010111 110000

Color Harmonies of #E710BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E710BA

Black with #E710BA

Text Example


Text Example

White with #E710BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E710BA; }

 p { color: rgb(231,16,186); }

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

background-color css

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

 a { background-color: rgb(231,16,186); }

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

border-color css

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

 span { border-color: rgb(231,16,186); }

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