#E04298

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

Shades of Deep Cerise #E04298

Tints of Deep Cerise #E04298

Color information

#E04298 (or 0xE04298) is unknown color: approx Deep Cerise. HEX triplet: E0, 42 and 98. RGB value is (224,66,152). Sum of RGB (Red+Green+Blue) = 224+66+152=442 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.68% from 442); Green value is 66 (26.17% from 255 or 14.93% from 442); Blue value is 152 (59.77% from 255 or 34.39% from 442); Max value from RGB is 224 - color contains mainly: red. Hex color #E04298 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04298 is #1FBD67. Grayscale: #7A7A7A. Windows color (decimal): -2080104 or 9978592. OLE color: 9978592.

HSL color Cylindrical-coordinate representation of color #E04298: hue angle of 327.34º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E04298 is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB22466152-
CMYK00.710.320.12
HSL327.34º71.82%56.86%-
HSV(B)327.34º70.54%87.84%-
XYZ38.3622.0131.93-
YUV123.05144.35200.01-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 50.68%
GREEN value IS 66 (26.17% from 255) = 14.93%
BLUE value IS 152 (59.77% from 255) = 34.39%
R=50.68%
G=14.93%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2246615200.710.320.12327.3471.8256.86
HexE0429804720C1474839
Octal3401022300107401450711071
Binary111000001000010100110000100011110000011001010001111001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04298; }

 p { color: rgb(224,66,152); }

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

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

 a { background-color: rgb(224,66,152); }

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

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

 span { border-color: rgb(224,66,152); }

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