#E25F8B

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

Shades of Dark Pink #E25F8B

Tints of Dark Pink #E25F8B

Color information

#E25F8B (or 0xE25F8B) is unknown color: approx Dark Pink. HEX triplet: E2, 5F and 8B. RGB value is (226,95,139). Sum of RGB (Red+Green+Blue) = 226+95+139=460 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.13% from 460); Green value is 95 (37.5% from 255 or 20.65% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 226 - color contains mainly: red. Hex color #E25F8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25F8B is #1DA074. Grayscale: #8B8B8B. Windows color (decimal): -1941621 or 9134050. OLE color: 9134050.

HSL color Cylindrical-coordinate representation of color #E25F8B: hue angle of 339.85º 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 #E25F8B is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB22695139-
CMYK00.580.380.11
HSL339.85º69.31%62.94%-
HSV(B)339.85º57.96%88.63%-
XYZ40.1226.2227.37-
YUV139.18127.9189.92-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.13%
GREEN value IS 95 (37.5% from 255) = 20.65%
BLUE value IS 139 (54.69% from 255) = 30.22%
R=49.13%
G=20.65%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2269513900.580.380.11339.8569.3162.94
HexE25F8B03A26B154453f
Octal342137213072461352410577
Binary11100010101111110001011011101010011010111010101001000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25F8B; }

 p { color: rgb(226,95,139); }

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

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

 a { background-color: rgb(226,95,139); }

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

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

 span { border-color: rgb(226,95,139); }

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