Html Css Color HEX #E710C0 Shocking Pink

📋 copy color: '#E710C0'

red 231 ◦ green 16 ◦ blue 192

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

Shades of Shocking Pink #E710C0

Tints of Shocking Pink #E710C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.74%

R = 52.62%
G = 3.64%
B = 43.74%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#E710C0 (or 0xE710C0) is known color: Shocking Pink. HEX triplet: E7, 10 and C0. RGB value is (231,16,192). Sum of RGB (Red+Green+Blue) = 231+16+192=439 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.62% from 439); Green value is 16 (6.64% from 255 or 3.64% from 439); Blue value is 192 (75.39% from 255 or 43.74% from 439); Max value from RGB is 231 - color contains mainly: red. Hex color #E710C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E710C0 is #18EF3F. Grayscale: #636363. Windows color (decimal): -1634112 or 12587239. OLE color: 12587239.

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

Color convert

RGB 231 16 192 -
CMYK 0 0.93 0.17 0.09
HSL 310.88º 0.87% 0.48% -
HSV(B) 310.88º 0.93% 0.91% -
XYZ 42.65 21.17 51.71 -
YUV 100.35 179.73 221.19 -
System Red Green Blue C M Y K H S L
Decimal 231 16 192 0 0.93 0.17 0.09 310.88 0.87 0.48
Hex E7 10 C0 0 5D 11 9 137 57 30
Octal 347 20 300 0 135 21 11 467 127 60
Binary 11100111 10000 11000000 0 1011101 10001 1001 100110111 1010111 110000

Color Harmonies of #E710C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E710C0

Black with #E710C0

Text Example


Text Example

White with #E710C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E710C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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