Html Css Color HEX #E720CD Shocking Pink

📋 copy color: '#E720CD'

red 231 ◦ green 32 ◦ blue 205

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

Shades of Shocking Pink #E720CD

Tints of Shocking Pink #E720CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.8%

R = 49.36%
G = 6.84%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E720CD (or 0xE720CD) is known color: Shocking Pink. HEX triplet: E7, 20 and CD. RGB value is (231,32,205). Sum of RGB (Red+Green+Blue) = 231+32+205=468 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.36% from 468); Green value is 32 (12.89% from 255 or 6.84% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 231 - color contains mainly: red. Hex color #E720CD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E720CD is #18DF32. Grayscale: #6E6E6E. Windows color (decimal): -1630003 or 13443303. OLE color: 13443303.

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

Color convert

RGB 231 32 205 -
CMYK 0 0.86 0.11 0.09
HSL 307.84º 0.81% 0.52% -
HSV(B) 307.84º 0.86% 0.91% -
XYZ 44.49 22.43 59.74 -
YUV 111.22 180.93 213.43 -
System Red Green Blue C M Y K H S L
Decimal 231 32 205 0 0.86 0.11 0.09 307.84 0.81 0.52
Hex E7 20 CD 0 56 B 9 134 51 34
Octal 347 40 315 0 126 13 11 464 121 64
Binary 11100111 100000 11001101 0 1010110 1011 1001 100110100 1010001 110100

Color Harmonies of #E720CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E720CD

Black with #E720CD

Text Example


Text Example

White with #E720CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E720CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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