Html Css Color HEX #E710C5 Shocking Pink

📋 copy color: '#E710C5'

red 231 ◦ green 16 ◦ blue 197

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

Shades of Shocking Pink #E710C5

Tints of Shocking Pink #E710C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 44.37%

R = 52.03%
G = 3.6%
B = 44.37%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.15

 K value IS 0.09

RGB Variations

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

Color information

#E710C5 (or 0xE710C5) is known color: Shocking Pink. HEX triplet: E7, 10 and C5. RGB value is (231,16,197). Sum of RGB (Red+Green+Blue) = 231+16+197=444 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.03% from 444); Green value is 16 (6.64% from 255 or 3.60% from 444); Blue value is 197 (77.34% from 255 or 44.37% from 444); Max value from RGB is 231 - color contains mainly: red. Hex color #E710C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E710C5 is #18EF3A. Grayscale: #646464. Windows color (decimal): -1634107 or 12914919. OLE color: 12914919.

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

Color convert

RGB 231 16 197 -
CMYK 0 0.93 0.15 0.09
HSL 309.49º 0.87% 0.48% -
HSV(B) 309.49º 0.93% 0.91% -
XYZ 43.22 21.39 54.67 -
YUV 100.92 182.23 220.78 -
System Red Green Blue C M Y K H S L
Decimal 231 16 197 0 0.93 0.15 0.09 309.49 0.87 0.48
Hex E7 10 C5 0 5D F 9 135 57 30
Octal 347 20 305 0 135 17 11 465 127 60
Binary 11100111 10000 11000101 0 1011101 1111 1001 100110101 1010111 110000

Color Harmonies of #E710C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E710C5

Black with #E710C5

Text Example


Text Example

White with #E710C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E710C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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