#e24e8b

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

Shades of Dark Pink #E24E8B

Tints of Dark Pink #E24E8B

Color information

#E24E8B (or 0xE24E8B) is unknown color: approx Dark Pink. HEX triplet: E2, 4E and 8B. RGB value is (226,78,139). Sum of RGB (Red+Green+Blue) = 226+78+139=443 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.02% from 443); Green value is 78 (30.86% from 255 or 17.61% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 226 - color contains mainly: red. Hex color #E24E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E24E8B is #1DB174. Grayscale: #818181. Windows color (decimal): -1945973 or 9129698. OLE color: 9129698.

HSL color Cylindrical-coordinate representation of color #E24E8B: hue angle of 335.27º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E24E8B is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB22678139-
CMYK00.650.380.11
HSL335.27º71.84%59.61%-
HSV(B)335.27º65.49%88.63%-
XYZ38.7523.4826.92-
YUV129.21133.53197.04-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 51.02%
GREEN value IS 78 (30.86% from 255) = 17.61%
BLUE value IS 139 (54.69% from 255) = 31.38%
R=51.02%
G=17.61%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2267813900.650.380.11335.2771.8459.61
HexE24E8B04126B14f483c
Octal3421162130101461351711074
Binary111000101001110100010110100000110011010111010011111001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e24e8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e24e8b; }

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

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

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

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

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

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

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

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