Html Css Color HEX #E1597D Dark Pink

📋 copy color: '#E1597D'

red 225 ◦ green 89 ◦ blue 125

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

Shades of Dark Pink #E1597D

Tints of Dark Pink #E1597D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.27%

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

R = 51.25%
G = 20.27%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E1597D (or 0xE1597D) is known color: Dark Pink. HEX triplet: E1, 59 and 7D. RGB value is (225,89,125). Sum of RGB (Red+Green+Blue) = 225+89+125=439 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.25% from 439); Green value is 89 (35.16% from 255 or 20.27% from 439); Blue value is 125 (49.22% from 255 or 28.47% from 439); Max value from RGB is 225 - color contains mainly: red. Hex color #E1597D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1597D is #1EA682. Grayscale: #858585. Windows color (decimal): -2008707 or 8215009. OLE color: 8215009.

HSL color Cylindrical-coordinate representation of color #E1597D: hue angle of 344.12º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E1597D is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 89 125 -
CMYK 0 0.60 0.44 0.12
HSL 344.12º 0.69% 0.62% -
HSV(B) 344.12º 0.6% 0.88% -
XYZ 38.33 24.63 22.14 -
YUV 133.77 123.06 193.07 -
System Red Green Blue C M Y K H S L
Decimal 225 89 125 0 0.60 0.44 0.12 344.12 0.69 0.62
Hex E1 59 7D 0 3C 2C C 158 45 3E
Octal 341 131 175 0 74 54 14 530 105 76
Binary 11100001 1011001 1111101 0 111100 101100 1100 101011000 1000101 111110

Color Harmonies of #E1597D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1597D

Black with #E1597D

Text Example


Text Example

White with #E1597D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1597D; }

 p { color: rgb(225,89,125); }

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

background-color css

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

 a { background-color: rgb(225,89,125); }

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

border-color css

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

 span { border-color: rgb(225,89,125); }

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