Html Css Color HEX #E710CC Shocking Pink

📋 copy color: '#E710CC'

red 231 ◦ green 16 ◦ blue 204

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

Shades of Shocking Pink #E710CC

Tints of Shocking Pink #E710CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.23%

R = 51.22%
G = 3.55%
B = 45.23%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E710CC (or 0xE710CC) is known color: Shocking Pink. HEX triplet: E7, 10 and CC. RGB value is (231,16,204). Sum of RGB (Red+Green+Blue) = 231+16+204=451 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.22% from 451); Green value is 16 (6.64% from 255 or 3.55% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 231 - color contains mainly: red. Hex color #E710CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E710CC is #18EF33. Grayscale: #656565. Windows color (decimal): -1634100 or 13373671. OLE color: 13373671.

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

Color convert

RGB 231 16 204 -
CMYK 0 0.93 0.12 0.09
HSL 307.53º 0.87% 0.48% -
HSV(B) 307.53º 0.93% 0.91% -
XYZ 44.04 21.72 59 -
YUV 101.72 185.73 220.21 -
System Red Green Blue C M Y K H S L
Decimal 231 16 204 0 0.93 0.12 0.09 307.53 0.87 0.48
Hex E7 10 CC 0 5D C 9 134 57 30
Octal 347 20 314 0 135 14 11 464 127 60
Binary 11100111 10000 11001100 0 1011101 1100 1001 100110100 1010111 110000

Color Harmonies of #E710CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E710CC

Black with #E710CC

Text Example


Text Example

White with #E710CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E710CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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