#E25984

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

Shades of Dark Pink #E25984

Tints of Dark Pink #E25984

Color information

#E25984 (or 0xE25984) is unknown color: approx Dark Pink. HEX triplet: E2, 59 and 84. RGB value is (226,89,132). Sum of RGB (Red+Green+Blue) = 226+89+132=447 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.56% from 447); Green value is 89 (35.16% from 255 or 19.91% from 447); Blue value is 132 (51.95% from 255 or 29.53% from 447); Max value from RGB is 226 - color contains mainly: red. Hex color #E25984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25984 is #1DA67B. Grayscale: #868686. Windows color (decimal): -1943164 or 8673762. OLE color: 8673762.

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

Color convert

RGB22689132-
CMYK00.610.420.11
HSL341.17º70.26%61.76%-
HSV(B)341.17º60.62%88.63%-
XYZ39.124.9824.59-
YUV134.86126.39193-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 50.56%
GREEN value IS 89 (35.16% from 255) = 19.91%
BLUE value IS 132 (51.95% from 255) = 29.53%
R=50.56%
G=19.91%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2268913200.610.420.11341.1770.2661.76
HexE2598403D2AB155463e
Octal342131204075521352510676
Binary11100010101100110000100011110110101010111010101011000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25984; }

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

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

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

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

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

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

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

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