Html Css Color HEX #E2577D Dark Pink

📋 copy color: '#E2577D'

red 226 ◦ green 87 ◦ blue 125

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

Shades of Dark Pink #E2577D

Tints of Dark Pink #E2577D

RGB

 RED value IS 226 (88.67% from 255) = 51.6%

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

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

R = 51.6%
G = 19.86%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E2577D (or 0xE2577D) is known color: Dark Pink. HEX triplet: E2, 57 and 7D. RGB value is (226,87,125). Sum of RGB (Red+Green+Blue) = 226+87+125=438 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.60% from 438); Green value is 87 (34.38% from 255 or 19.86% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 226 - color contains mainly: red. Hex color #E2577D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2577D is #1DA882. Grayscale: #848484. Windows color (decimal): -1943683 or 8214498. OLE color: 8214498.

HSL color Cylindrical-coordinate representation of color #E2577D: hue angle of 343.6º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E2577D is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 87 125 -
CMYK 0 0.62 0.45 0.11
HSL 343.6º 0.71% 0.61% -
HSV(B) 343.6º 0.62% 0.89% -
XYZ 38.47 24.47 22.1 -
YUV 132.89 123.55 194.41 -
System Red Green Blue C M Y K H S L
Decimal 226 87 125 0 0.62 0.45 0.11 343.6 0.71 0.61
Hex E2 57 7D 0 3E 2D B 158 47 3D
Octal 342 127 175 0 76 55 13 530 107 75
Binary 11100010 1010111 1111101 0 111110 101101 1011 101011000 1000111 111101

Color Harmonies of #E2577D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2577D

Black with #E2577D

Text Example


Text Example

White with #E2577D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2577D; }

 p { color: rgb(226,87,125); }

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

background-color css

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

 a { background-color: rgb(226,87,125); }

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

border-color css

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

 span { border-color: rgb(226,87,125); }

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