#E45085

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

Shades of Dark Pink #E45085

Tints of Dark Pink #E45085

Color information

#E45085 (or 0xE45085) is unknown color: approx Dark Pink. HEX triplet: E4, 50 and 85. RGB value is (228,80,133). Sum of RGB (Red+Green+Blue) = 228+80+133=441 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.70% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 228 - color contains mainly: red. Hex color #E45085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45085 is #1BAF7A. Grayscale: #828282. Windows color (decimal): -1814395 or 8736996. OLE color: 8736996.

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

Color convert

RGB22880133-
CMYK00.650.420.11
HSL338.51º73.27%60.39%-
HSV(B)338.51º64.91%89.41%-
XYZ39.123.9224.75-
YUV130.29129.53197.69-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 51.70%
GREEN value IS 80 (31.64% from 255) = 18.14%
BLUE value IS 133 (52.34% from 255) = 30.16%
R=51.70%
G=18.14%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2288013300.650.420.11338.5173.2760.39
HexE450850412AB153493c
Octal3441202050101521352311174
Binary111001001010000100001010100000110101010111010100111001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45085; }

 p { color: rgb(228,80,133); }

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

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

 a { background-color: rgb(228,80,133); }

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

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

 span { border-color: rgb(228,80,133); }

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