Html Css Color HEX #E1617C Dark Pink

📋 copy color: '#E1617C'

red 225 ◦ green 97 ◦ blue 124

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

Shades of Dark Pink #E1617C

Tints of Dark Pink #E1617C

RGB

 RED value IS 225 (88.28% from 255) = 50.45%

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

 BLUE value IS 124 (48.83% from 255) = 27.8%

R = 50.45%
G = 21.75%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E1617C (or 0xE1617C) is known color: Dark Pink. HEX triplet: E1, 61 and 7C. RGB value is (225,97,124). Sum of RGB (Red+Green+Blue) = 225+97+124=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 97 (38.28% from 255 or 21.75% from 446); Blue value is 124 (48.83% from 255 or 27.80% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E1617C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1617C is #1E9E83. Grayscale: #8A8A8A. Windows color (decimal): -2006660 or 8151521. OLE color: 8151521.

HSL color Cylindrical-coordinate representation of color #E1617C: hue angle of 347.34º degrees, saturation: 0.68, 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 #E1617C is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 97 124 -
CMYK 0 0.57 0.45 0.12
HSL 347.34º 0.68% 0.63% -
HSV(B) 347.34º 0.57% 0.88% -
XYZ 38.96 26.01 22.04 -
YUV 138.35 119.91 189.8 -
System Red Green Blue C M Y K H S L
Decimal 225 97 124 0 0.57 0.45 0.12 347.34 0.68 0.63
Hex E1 61 7C 0 39 2D C 15B 44 3F
Octal 341 141 174 0 71 55 14 533 104 77
Binary 11100001 1100001 1111100 0 111001 101101 1100 101011011 1000100 111111

Color Harmonies of #E1617C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1617C

Black with #E1617C

Text Example


Text Example

White with #E1617C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1617C; }

 p { color: rgb(225,97,124); }

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

background-color css

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

 a { background-color: rgb(225,97,124); }

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

border-color css

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

 span { border-color: rgb(225,97,124); }

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