#E25484

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

Shades of Dark Pink #E25484

Tints of Dark Pink #E25484

Color information

#E25484 (or 0xE25484) is unknown color: approx Dark Pink. HEX triplet: E2, 54 and 84. RGB value is (226,84,132). Sum of RGB (Red+Green+Blue) = 226+84+132=442 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.13% from 442); Green value is 84 (33.20% from 255 or 19.00% from 442); Blue value is 132 (51.95% from 255 or 29.86% from 442); Max value from RGB is 226 - color contains mainly: red. Hex color #E25484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25484 is #1DAB7B. Grayscale: #838383. Windows color (decimal): -1944444 or 8672482. OLE color: 8672482.

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

Color convert

RGB22684132-
CMYK00.630.420.11
HSL339.72º71%60.78%-
HSV(B)339.72º62.83%88.63%-
XYZ38.724.1824.46-
YUV131.93128.04195.1-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 51.13%
GREEN value IS 84 (33.20% from 255) = 19.00%
BLUE value IS 132 (51.95% from 255) = 29.86%
R=51.13%
G=19.00%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2268413200.630.420.11339.727160.78
HexE2548403F2AB154473d
Octal342124204077521352410775
Binary11100010101010010000100011111110101010111010101001000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25484; }

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

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

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

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

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

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

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

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