#E24394

Color #E24394 Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #E24394

Tints of Deep Cerise #E24394

Color information

#E24394 (or 0xE24394) is unknown color: approx Deep Cerise. HEX triplet: E2, 43 and 94. RGB value is (226,67,148). Sum of RGB (Red+Green+Blue) = 226+67+148=441 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.25% from 441); Green value is 67 (26.56% from 255 or 15.19% from 441); Blue value is 148 (58.20% from 255 or 33.56% from 441); Max value from RGB is 226 - color contains mainly: red. Hex color #E24394 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E24394 is #1DBC6B. Grayscale: #7B7B7B. Windows color (decimal): -1948780 or 9716706. OLE color: 9716706.

HSL color Cylindrical-coordinate representation of color #E24394: hue angle of 329.43º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E24394 is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB22667148-
CMYK00.700.350.11
HSL329.43º73.27%57.45%-
HSV(B)329.43º70.35%88.63%-
XYZ38.7222.3230.28-
YUV123.78141.68200.91-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 51.25%
GREEN value IS 67 (26.56% from 255) = 15.19%
BLUE value IS 148 (58.20% from 255) = 33.56%
R=51.25%
G=15.19%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2266714800.700.350.11329.4373.2757.45
HexE2439404623B1494939
Octal3421032240106431351111171
Binary111000101000011100101000100011010001110111010010011001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E24394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E24394; }

 p { color: rgb(226,67,148); }

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

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

 a { background-color: rgb(226,67,148); }

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

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

 span { border-color: rgb(226,67,148); }

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