#E24C8B

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

Shades of Dark Pink #E24C8B

Tints of Dark Pink #E24C8B

Color information

#E24C8B (or 0xE24C8B) is unknown color: approx Dark Pink. HEX triplet: E2, 4C and 8B. RGB value is (226,76,139). Sum of RGB (Red+Green+Blue) = 226+76+139=441 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.25% from 441); Green value is 76 (30.08% from 255 or 17.23% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 226 - color contains mainly: red. Hex color #E24C8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E24C8B is #1DB374. Grayscale: #7F7F7F. Windows color (decimal): -1946485 or 9129186. OLE color: 9129186.

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

Color convert

RGB22676139-
CMYK00.660.380.11
HSL334.8º72.12%59.22%-
HSV(B)334.8º66.37%88.63%-
XYZ38.6123.226.87-
YUV128.03134.2197.88-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 51.25%
GREEN value IS 76 (30.08% from 255) = 17.23%
BLUE value IS 139 (54.69% from 255) = 31.52%
R=51.25%
G=17.23%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2267613900.660.380.11334.872.1259.22
HexE24C8B04226B14f483b
Octal3421142130102461351711073
Binary111000101001100100010110100001010011010111010011111001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E24C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E24C8B; }

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

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

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

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

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

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

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

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