#E25B84

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

Shades of Dark Pink #E25B84

Tints of Dark Pink #E25B84

Color information

#E25B84 (or 0xE25B84) is unknown color: approx Dark Pink. HEX triplet: E2, 5B and 84. RGB value is (226,91,132). Sum of RGB (Red+Green+Blue) = 226+91+132=449 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.33% from 449); Green value is 91 (35.94% from 255 or 20.27% from 449); Blue value is 132 (51.95% from 255 or 29.40% from 449); Max value from RGB is 226 - color contains mainly: red. Hex color #E25B84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25B84 is #1DA47B. Grayscale: #888888. Windows color (decimal): -1942652 or 8674274. OLE color: 8674274.

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

Color convert

RGB22691132-
CMYK00.600.420.11
HSL341.78º69.95%62.16%-
HSV(B)341.78º59.73%88.63%-
XYZ39.2725.3224.65-
YUV136.04125.73192.17-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 50.33%
GREEN value IS 91 (35.94% from 255) = 20.27%
BLUE value IS 132 (51.95% from 255) = 29.40%
R=50.33%
G=20.27%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2269113200.600.420.11341.7869.9562.16
HexE25B8403C2AB156463e
Octal342133204074521352610676
Binary11100010101101110000100011110010101010111010101101000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25B84; }

 p { color: rgb(226,91,132); }

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

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

 a { background-color: rgb(226,91,132); }

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

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

 span { border-color: rgb(226,91,132); }

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