Html Css Color HEX #E710CE Shocking Pink

📋 copy color: '#E710CE'

red 231 ◦ green 16 ◦ blue 206

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

Shades of Shocking Pink #E710CE

Tints of Shocking Pink #E710CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.47%

R = 50.99%
G = 3.53%
B = 45.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E710CE (or 0xE710CE) is known color: Shocking Pink. HEX triplet: E7, 10 and CE. RGB value is (231,16,206). Sum of RGB (Red+Green+Blue) = 231+16+206=453 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.99% from 453); Green value is 16 (6.64% from 255 or 3.53% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 231 - color contains mainly: red. Hex color #E710CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E710CE is #18EF31. Grayscale: #656565. Windows color (decimal): -1634098 or 13504743. OLE color: 13504743.

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

Color convert

RGB 231 16 206 -
CMYK 0 0.93 0.11 0.09
HSL 306.98º 0.87% 0.48% -
HSV(B) 306.98º 0.93% 0.91% -
XYZ 44.28 21.82 60.27 -
YUV 101.95 186.73 220.05 -
System Red Green Blue C M Y K H S L
Decimal 231 16 206 0 0.93 0.11 0.09 306.98 0.87 0.48
Hex E7 10 CE 0 5D B 9 133 57 30
Octal 347 20 316 0 135 13 11 463 127 60
Binary 11100111 10000 11001110 0 1011101 1011 1001 100110011 1010111 110000

Color Harmonies of #E710CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E710CE

Black with #E710CE

Text Example


Text Example

White with #E710CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E710CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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