#E2568E

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

Shades of Dark Pink #E2568E

Tints of Dark Pink #E2568E

Color information

#E2568E (or 0xE2568E) is unknown color: approx Dark Pink. HEX triplet: E2, 56 and 8E. RGB value is (226,86,142). Sum of RGB (Red+Green+Blue) = 226+86+142=454 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.78% from 454); Green value is 86 (33.98% from 255 or 18.94% from 454); Blue value is 142 (55.86% from 255 or 31.28% from 454); Max value from RGB is 226 - color contains mainly: red. Hex color #E2568E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2568E is #1DA971. Grayscale: #868686. Windows color (decimal): -1943922 or 9328354. OLE color: 9328354.

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

Color convert

RGB22686142-
CMYK00.620.370.11
HSL336º70.71%61.18%-
HSV(B)336º61.95%88.63%-
XYZ39.5724.7828.29-
YUV134.24132.38193.45-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.78%
GREEN value IS 86 (33.98% from 255) = 18.94%
BLUE value IS 142 (55.86% from 255) = 31.28%
R=49.78%
G=18.94%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2268614200.620.370.1133670.7161.18
HexE2568E03E25B150473d
Octal342126216076451352010775
Binary11100010101011010001110011111010010110111010100001000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2568E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2568E; }

 p { color: rgb(226,86,142); }

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

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

 a { background-color: rgb(226,86,142); }

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

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

 span { border-color: rgb(226,86,142); }

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