#E33094

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

Shades of Deep Cerise #E33094

Tints of Deep Cerise #E33094

Color information

#E33094 (or 0xE33094) is unknown color: approx Deep Cerise. HEX triplet: E3, 30 and 94. RGB value is (227,48,148). Sum of RGB (Red+Green+Blue) = 227+48+148=423 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.66% from 423); Green value is 48 (19.14% from 255 or 11.35% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 227 - color contains mainly: red. Hex color #E33094 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E33094 is #1CCF6B. Grayscale: #707070. Windows color (decimal): -1888108 or 9711843. OLE color: 9711843.

HSL color Cylindrical-coordinate representation of color #E33094: hue angle of 326.48º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E33094 is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB22748148-
CMYK00.790.350.11
HSL326.48º76.17%53.92%-
HSV(B)326.48º78.85%89.02%-
XYZ38.0820.5829.98-
YUV112.92147.8209.37-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 53.66%
GREEN value IS 48 (19.14% from 255) = 11.35%
BLUE value IS 148 (58.20% from 255) = 34.99%
R=53.66%
G=11.35%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2274814800.790.350.11326.4876.1753.92
HexE3309404F23B1464c36
Octal343602240117431350611466
Binary11100011110000100101000100111110001110111010001101001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E33094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E33094; }

 p { color: rgb(227,48,148); }

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

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

 a { background-color: rgb(227,48,148); }

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

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

 span { border-color: rgb(227,48,148); }

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