#e04f8d

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

Shades of Dark Pink #E04F8D

Tints of Dark Pink #E04F8D

Color information

#E04F8D (or 0xE04F8D) is unknown color: approx Dark Pink. HEX triplet: E0, 4F and 8D. RGB value is (224,79,141). Sum of RGB (Red+Green+Blue) = 224+79+141=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 79 (31.25% from 255 or 17.79% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E04F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E04F8D is #1FB072. Grayscale: #818181. Windows color (decimal): -2076787 or 9261024. OLE color: 9261024.

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

Color convert

RGB22479141-
CMYK00.650.370.12
HSL334.34º70.05%59.41%-
HSV(B)334.34º64.73%87.84%-
XYZ38.3423.3627.69-
YUV129.42134.54195.46-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.45%
GREEN value IS 79 (31.25% from 255) = 17.79%
BLUE value IS 141 (55.47% from 255) = 31.76%
R=50.45%
G=17.79%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2247914100.650.370.12334.3470.0559.41
HexE04F8D04125C14e463b
Octal3401172150101451451610673
Binary111000001001111100011010100000110010111001010011101000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e04f8d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e04f8d; }

 p { color: rgb(224,79,141); }

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

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

 a { background-color: rgb(224,79,141); }

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

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

 span { border-color: rgb(224,79,141); }

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