Html Css Color HEX #E1577A Dark Pink

📋 copy color: '#E1577A'

red 225 ◦ green 87 ◦ blue 122

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

Shades of Dark Pink #E1577A

Tints of Dark Pink #E1577A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.05%

 BLUE value IS 122 (48.05% from 255) = 28.11%

R = 51.84%
G = 20.05%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E1577A (or 0xE1577A) is known color: Dark Pink. HEX triplet: E1, 57 and 7A. RGB value is (225,87,122). Sum of RGB (Red+Green+Blue) = 225+87+122=434 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.84% from 434); Green value is 87 (34.38% from 255 or 20.05% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 225 - color contains mainly: red. Hex color #E1577A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1577A is #1EA885. Grayscale: #848484. Windows color (decimal): -2009222 or 8017889. OLE color: 8017889.

HSL color Cylindrical-coordinate representation of color #E1577A: hue angle of 344.78º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E1577A is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 87 122 -
CMYK 0 0.61 0.46 0.12
HSL 344.78º 0.7% 0.61% -
HSV(B) 344.78º 0.61% 0.88% -
XYZ 37.97 24.23 21.09 -
YUV 132.25 122.22 194.15 -
System Red Green Blue C M Y K H S L
Decimal 225 87 122 0 0.61 0.46 0.12 344.78 0.7 0.61
Hex E1 57 7A 0 3D 2E C 159 46 3D
Octal 341 127 172 0 75 56 14 531 106 75
Binary 11100001 1010111 1111010 0 111101 101110 1100 101011001 1000110 111101

Color Harmonies of #E1577A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1577A

Black with #E1577A

Text Example


Text Example

White with #E1577A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1577A; }

 p { color: rgb(225,87,122); }

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

background-color css

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

 a { background-color: rgb(225,87,122); }

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

border-color css

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

 span { border-color: rgb(225,87,122); }

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