Html Css Color HEX #E0617D Dark Pink

📋 copy color: '#E0617D'

red 224 ◦ green 97 ◦ blue 125

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

Shades of Dark Pink #E0617D

Tints of Dark Pink #E0617D

RGB

 RED value IS 224 (87.89% from 255) = 50.22%

 GREEN value IS 97 (38.28% from 255) = 21.75%

 BLUE value IS 125 (49.22% from 255) = 28.03%

R = 50.22%
G = 21.75%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E0617D (or 0xE0617D) is known color: Dark Pink. HEX triplet: E0, 61 and 7D. RGB value is (224,97,125). Sum of RGB (Red+Green+Blue) = 224+97+125=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 97 (38.28% from 255 or 21.75% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E0617D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0617D is #1F9E82. Grayscale: #8A8A8A. Windows color (decimal): -2072195 or 8217056. OLE color: 8217056.

HSL color Cylindrical-coordinate representation of color #E0617D: hue angle of 346.77º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E0617D is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 97 125 -
CMYK 0 0.57 0.44 0.12
HSL 346.77º 0.67% 0.63% -
HSV(B) 346.77º 0.57% 0.88% -
XYZ 38.72 25.88 22.36 -
YUV 138.17 120.58 189.22 -
System Red Green Blue C M Y K H S L
Decimal 224 97 125 0 0.57 0.44 0.12 346.77 0.67 0.63
Hex E0 61 7D 0 39 2C C 15B 43 3F
Octal 340 141 175 0 71 54 14 533 103 77
Binary 11100000 1100001 1111101 0 111001 101100 1100 101011011 1000011 111111

Color Harmonies of #E0617D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0617D

Black with #E0617D

Text Example


Text Example

White with #E0617D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0617D; }

 p { color: rgb(224,97,125); }

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

background-color css

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

 a { background-color: rgb(224,97,125); }

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

border-color css

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

 span { border-color: rgb(224,97,125); }

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