#E33294

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

Shades of Deep Cerise #E33294

Tints of Deep Cerise #E33294

Color information

#E33294 (or 0xE33294) is unknown color: approx Deep Cerise. HEX triplet: E3, 32 and 94. RGB value is (227,50,148). Sum of RGB (Red+Green+Blue) = 227+50+148=425 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.41% from 425); Green value is 50 (19.92% from 255 or 11.76% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 227 - color contains mainly: red. Hex color #E33294 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E33294 is #1CCD6B. Grayscale: #717171. Windows color (decimal): -1887596 or 9712355. OLE color: 9712355.

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

Color convert

RGB22750148-
CMYK00.780.350.11
HSL326.78º75.97%54.31%-
HSV(B)326.78º77.97%89.02%-
XYZ38.1620.7530.01-
YUV114.09147.14208.53-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 53.41%
GREEN value IS 50 (19.92% from 255) = 11.76%
BLUE value IS 148 (58.20% from 255) = 34.82%
R=53.41%
G=11.76%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2275014800.780.350.11326.7875.9754.31
HexE3329404E23B1474c36
Octal343622240116431350711466
Binary11100011110010100101000100111010001110111010001111001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E33294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E33294; }

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

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

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

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

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

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

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

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