#E54298

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

Shades of Deep Cerise #E54298

Tints of Deep Cerise #E54298

Color information

#E54298 (or 0xE54298) is unknown color: approx Deep Cerise. HEX triplet: E5, 42 and 98. RGB value is (229,66,152). Sum of RGB (Red+Green+Blue) = 229+66+152=447 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.23% from 447); Green value is 66 (26.17% from 255 or 14.77% from 447); Blue value is 152 (59.77% from 255 or 34.00% from 447); Max value from RGB is 229 - color contains mainly: red. Hex color #E54298 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E54298 is #1ABD67. Grayscale: #7C7C7C. Windows color (decimal): -1752424 or 9978597. OLE color: 9978597.

HSL color Cylindrical-coordinate representation of color #E54298: hue angle of 328.34º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E54298 is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB22966152-
CMYK00.710.340.10
HSL328.34º75.81%57.84%-
HSV(B)328.34º71.18%89.8%-
XYZ39.9322.8232.01-
YUV124.54143.5202.51-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.23%
GREEN value IS 66 (26.17% from 255) = 14.77%
BLUE value IS 152 (59.77% from 255) = 34.00%
R=51.23%
G=14.77%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296615200.710.340.10328.3475.8157.84
HexE5429804722A1484c3a
Octal3451022300107421251011472
Binary111001011000010100110000100011110001010101010010001001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54298; }

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

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

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

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

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

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

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

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