#E53074

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

Shades of Cerise #E53074

Tints of Cerise #E53074

Color information

#E53074 (or 0xE53074) is unknown color: approx Cerise. HEX triplet: E5, 30 and 74. RGB value is (229,48,116). Sum of RGB (Red+Green+Blue) = 229+48+116=393 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.27% from 393); Green value is 48 (19.14% from 255 or 12.21% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 229 - color contains mainly: red. Hex color #E53074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E53074 is #1ACF8B. Grayscale: #6D6D6D. Windows color (decimal): -1757068 or 7614693. OLE color: 7614693.

HSL color Cylindrical-coordinate representation of color #E53074: hue angle of 337.46º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E53074 is Cyan = 0, Magento = 0.79, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB22948116-
CMYK00.790.490.10
HSL337.46º77.68%54.31%-
HSV(B)337.46º79.04%89.8%-
XYZ36.5220.0318.46-
YUV109.87131.47212.97-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 58.27%
GREEN value IS 48 (19.14% from 255) = 12.21%
BLUE value IS 116 (45.70% from 255) = 29.52%
R=58.27%
G=12.21%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2294811600.790.490.10337.4677.6854.31
HexE5307404F31A1514e36
Octal345601640117611252111666
Binary1110010111000011101000100111111000110101010100011001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E53074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E53074; }

 p { color: rgb(229,48,116); }

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

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

 a { background-color: rgb(229,48,116); }

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

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

 span { border-color: rgb(229,48,116); }

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