Html Css Color HEX #E710BE Shocking Pink

📋 copy color: '#E710BE'

red 231 ◦ green 16 ◦ blue 190

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

Shades of Shocking Pink #E710BE

Tints of Shocking Pink #E710BE

RGB

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

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

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

R = 52.86%
G = 3.66%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E710BE (or 0xE710BE) is known color: Shocking Pink. HEX triplet: E7, 10 and BE. RGB value is (231,16,190). Sum of RGB (Red+Green+Blue) = 231+16+190=437 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.86% from 437); Green value is 16 (6.64% from 255 or 3.66% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 231 - color contains mainly: red. Hex color #E710BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E710BE is #18EF41. Grayscale: #636363. Windows color (decimal): -1634114 or 12456167. OLE color: 12456167.

HSL color Cylindrical-coordinate representation of color #E710BE: hue angle of 311.44º 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 #E710BE is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 16 190 -
CMYK 0 0.93 0.18 0.09
HSL 311.44º 0.87% 0.48% -
HSV(B) 311.44º 0.93% 0.91% -
XYZ 42.43 21.08 50.55 -
YUV 100.12 178.73 221.35 -
System Red Green Blue C M Y K H S L
Decimal 231 16 190 0 0.93 0.18 0.09 311.44 0.87 0.48
Hex E7 10 BE 0 5D 12 9 137 57 30
Octal 347 20 276 0 135 22 11 467 127 60
Binary 11100111 10000 10111110 0 1011101 10010 1001 100110111 1010111 110000

Color Harmonies of #E710BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E710BE

Black with #E710BE

Text Example


Text Example

White with #E710BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E710BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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