#E2528F

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

Shades of Dark Pink #E2528F

Tints of Dark Pink #E2528F

Color information

#E2528F (or 0xE2528F) is unknown color: approx Dark Pink. HEX triplet: E2, 52 and 8F. RGB value is (226,82,143). Sum of RGB (Red+Green+Blue) = 226+82+143=451 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.11% from 451); Green value is 82 (32.42% from 255 or 18.18% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 226 - color contains mainly: red. Hex color #E2528F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2528F is #1DAD70. Grayscale: #838383. Windows color (decimal): -1944945 or 9392866. OLE color: 9392866.

HSL color Cylindrical-coordinate representation of color #E2528F: hue angle of 334.58º 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 #E2528F is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB22682143-
CMYK00.640.370.11
HSL334.58º71.29%60.39%-
HSV(B)334.58º63.72%88.63%-
XYZ39.3424.1928.58-
YUV132.01134.21195.04-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 50.11%
GREEN value IS 82 (32.42% from 255) = 18.18%
BLUE value IS 143 (56.25% from 255) = 31.71%
R=50.11%
G=18.18%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2268214300.640.370.11334.5871.2960.39
HexE2528F04025B14f473c
Octal3421222170100451351710774
Binary111000101010010100011110100000010010110111010011111000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2528F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2528F; }

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

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

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

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

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

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

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

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