Html Css Color HEX #E620CD Shocking Pink

📋 copy color: '#E620CD'

red 230 ◦ green 32 ◦ blue 205

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

Shades of Shocking Pink #E620CD

Tints of Shocking Pink #E620CD

RGB

 RED value IS 230 (90.23% from 255) = 49.25%

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

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

R = 49.25%
G = 6.85%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E620CD (or 0xE620CD) is known color: Shocking Pink. HEX triplet: E6, 20 and CD. RGB value is (230,32,205). Sum of RGB (Red+Green+Blue) = 230+32+205=467 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.25% from 467); Green value is 32 (12.89% from 255 or 6.85% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 230 - color contains mainly: red. Hex color #E620CD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E620CD is #19DF32. Grayscale: #6E6E6E. Windows color (decimal): -1695539 or 13443302. OLE color: 13443302.

HSL color Cylindrical-coordinate representation of color #E620CD: hue angle of 307.58º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E620CD is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 32 205 -
CMYK 0 0.86 0.11 0.10
HSL 307.58º 0.8% 0.51% -
HSV(B) 307.58º 0.86% 0.9% -
XYZ 44.17 22.26 59.73 -
YUV 110.92 181.1 212.93 -
System Red Green Blue C M Y K H S L
Decimal 230 32 205 0 0.86 0.11 0.10 307.58 0.8 0.51
Hex E6 20 CD 0 56 B A 134 50 33
Octal 346 40 315 0 126 13 12 464 120 63
Binary 11100110 100000 11001101 0 1010110 1011 1010 100110100 1010000 110011

Color Harmonies of #E620CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E620CD

Black with #E620CD

Text Example


Text Example

White with #E620CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E620CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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