#E25B88

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

Shades of Dark Pink #E25B88

Tints of Dark Pink #E25B88

Color information

#E25B88 (or 0xE25B88) is unknown color: approx Dark Pink. HEX triplet: E2, 5B and 88. RGB value is (226,91,136). Sum of RGB (Red+Green+Blue) = 226+91+136=453 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.89% from 453); Green value is 91 (35.94% from 255 or 20.09% from 453); Blue value is 136 (53.52% from 255 or 30.02% from 453); Max value from RGB is 226 - color contains mainly: red. Hex color #E25B88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25B88 is #1DA477. Grayscale: #888888. Windows color (decimal): -1942648 or 8936418. OLE color: 8936418.

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

Color convert

RGB22691136-
CMYK00.600.400.11
HSL340º69.95%62.16%-
HSV(B)340º59.73%88.63%-
XYZ39.5525.4326.12-
YUV136.49127.73191.84-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.89%
GREEN value IS 91 (35.94% from 255) = 20.09%
BLUE value IS 136 (53.52% from 255) = 30.02%
R=49.89%
G=20.09%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.40
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2269113600.600.400.1134069.9562.16
HexE25B8803C28B154463e
Octal342133210074501352410676
Binary11100010101101110001000011110010100010111010101001000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25B88; }

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

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

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

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

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

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

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

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