Html Css Color HEX #E720CC Shocking Pink

📋 copy color: '#E720CC'

red 231 ◦ green 32 ◦ blue 204

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

Shades of Shocking Pink #E720CC

Tints of Shocking Pink #E720CC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.85%

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

R = 49.46%
G = 6.85%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E720CC (or 0xE720CC) is known color: Shocking Pink. HEX triplet: E7, 20 and CC. RGB value is (231,32,204). Sum of RGB (Red+Green+Blue) = 231+32+204=467 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.46% from 467); Green value is 32 (12.89% from 255 or 6.85% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 231 - color contains mainly: red. Hex color #E720CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E720CC is #18DF33. Grayscale: #6E6E6E. Windows color (decimal): -1630004 or 13377767. OLE color: 13377767.

HSL color Cylindrical-coordinate representation of color #E720CC: hue angle of 308.14º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E720CC is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 32 204 -
CMYK 0 0.86 0.12 0.09
HSL 308.14º 0.81% 0.52% -
HSV(B) 308.14º 0.86% 0.91% -
XYZ 44.37 22.38 59.11 -
YUV 111.11 180.43 213.51 -
System Red Green Blue C M Y K H S L
Decimal 231 32 204 0 0.86 0.12 0.09 308.14 0.81 0.52
Hex E7 20 CC 0 56 C 9 134 51 34
Octal 347 40 314 0 126 14 11 464 121 64
Binary 11100111 100000 11001100 0 1010110 1100 1001 100110100 1010001 110100

Color Harmonies of #E720CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E720CC

Black with #E720CC

Text Example


Text Example

White with #E720CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E720CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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