Html Css Color HEX #E720C7 Shocking Pink

📋 copy color: '#E720C7'

red 231 ◦ green 32 ◦ blue 199

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

Shades of Shocking Pink #E720C7

Tints of Shocking Pink #E720C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 43.07%

R = 50%
G = 6.93%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.14

 K value IS 0.09

RGB Variations

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

Color information

#E720C7 (or 0xE720C7) is known color: Shocking Pink. HEX triplet: E7, 20 and C7. RGB value is (231,32,199). Sum of RGB (Red+Green+Blue) = 231+32+199=462 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50% from 462); Green value is 32 (12.89% from 255 or 6.93% from 462); Blue value is 199 (78.12% from 255 or 43.07% from 462); Max value from RGB is 231 - color contains mainly: red. Hex color #E720C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E720C7 is #18DF38. Grayscale: #6E6E6E. Windows color (decimal): -1630009 or 13050087. OLE color: 13050087.

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

Color convert

RGB 231 32 199 -
CMYK 0 0.86 0.14 0.09
HSL 309.65º 0.81% 0.52% -
HSV(B) 309.65º 0.86% 0.91% -
XYZ 43.78 22.15 56 -
YUV 110.54 177.93 213.92 -
System Red Green Blue C M Y K H S L
Decimal 231 32 199 0 0.86 0.14 0.09 309.65 0.81 0.52
Hex E7 20 C7 0 56 E 9 136 51 34
Octal 347 40 307 0 126 16 11 466 121 64
Binary 11100111 100000 11000111 0 1010110 1110 1001 100110110 1010001 110100

Color Harmonies of #E720C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E720C7

Black with #E720C7

Text Example


Text Example

White with #E720C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E720C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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