#e25c82

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

Shades of Dark Pink #E25C82

Tints of Dark Pink #E25C82

Color information

#E25C82 (or 0xE25C82) is unknown color: approx Dark Pink. HEX triplet: E2, 5C and 82. RGB value is (226,92,130). Sum of RGB (Red+Green+Blue) = 226+92+130=448 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.45% from 448); Green value is 92 (36.33% from 255 or 20.54% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 226 - color contains mainly: red. Hex color #E25C82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E25C82 is #1DA37D. Grayscale: #888888. Windows color (decimal): -1942398 or 8543458. OLE color: 8543458.

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

Color convert

RGB22692130-
CMYK00.590.420.11
HSL342.99º69.79%62.35%-
HSV(B)342.99º59.29%88.63%-
XYZ39.2225.4323.96-
YUV136.4124.39191.91-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 50.45%
GREEN value IS 92 (36.33% from 255) = 20.54%
BLUE value IS 130 (51.17% from 255) = 29.02%
R=50.45%
G=20.54%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2269213000.590.420.11342.9969.7962.35
HexE25C8203B2AB157463e
Octal342134202073521352710676
Binary11100010101110010000010011101110101010111010101111000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e25c82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e25c82; }

 p { color: rgb(226,92,130); }

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

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

 a { background-color: rgb(226,92,130); }

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

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

 span { border-color: rgb(226,92,130); }

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