#E25E8A

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

Shades of Dark Pink #E25E8A

Tints of Dark Pink #E25E8A

Color information

#E25E8A (or 0xE25E8A) is unknown color: approx Dark Pink. HEX triplet: E2, 5E and 8A. RGB value is (226,94,138). Sum of RGB (Red+Green+Blue) = 226+94+138=458 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.34% from 458); Green value is 94 (37.11% from 255 or 20.52% from 458); Blue value is 138 (54.30% from 255 or 30.13% from 458); Max value from RGB is 226 - color contains mainly: red. Hex color #E25E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25E8A is #1DA175. Grayscale: #8A8A8A. Windows color (decimal): -1941878 or 9068258. OLE color: 9068258.

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

Color convert

RGB22694138-
CMYK00.580.390.11
HSL340º69.47%62.75%-
HSV(B)340º58.41%88.63%-
XYZ39.9526.0126.96-
YUV138.48127.73190.42-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.34%
GREEN value IS 94 (37.11% from 255) = 20.52%
BLUE value IS 138 (54.30% from 255) = 30.13%
R=49.34%
G=20.52%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2269413800.580.390.1134069.4762.75
HexE25E8A03A27B154453f
Octal342136212072471352410577
Binary11100010101111010001010011101010011110111010101001000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25E8A; }

 p { color: rgb(226,94,138); }

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

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

 a { background-color: rgb(226,94,138); }

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

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

 span { border-color: rgb(226,94,138); }

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