#E2527D

Color #E2527D Dark Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pink #E2527D

Tints of Dark Pink #E2527D

Color information

#E2527D (or 0xE2527D) is unknown color: approx Dark Pink. HEX triplet: E2, 52 and 7D. RGB value is (226,82,125). Sum of RGB (Red+Green+Blue) = 226+82+125=433 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.19% from 433); Green value is 82 (32.42% from 255 or 18.94% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 226 - color contains mainly: red. Hex color #E2527D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2527D is #1DAD82. Grayscale: #818181. Windows color (decimal): -1944963 or 8213218. OLE color: 8213218.

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

Color convert

RGB22682125-
CMYK00.640.450.11
HSL342.08º71.29%60.39%-
HSV(B)342.08º63.72%88.63%-
XYZ38.0823.6821.97-
YUV129.96125.21196.5-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 52.19%
GREEN value IS 82 (32.42% from 255) = 18.94%
BLUE value IS 125 (49.22% from 255) = 28.87%
R=52.19%
G=18.94%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.45
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2268212500.640.450.11342.0871.2960.39
HexE2527D0402DB156473c
Octal3421221750100551352610774
Binary11100010101001011111010100000010110110111010101101000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2527D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2527D; }

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

 H1.HeaderClassName
 {
   color: #E2527D;
 }
 .AnyTagClassName
 {
   color: #E2527D;
 }
</style>
background-color css

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

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

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

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

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

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