#E33295

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

Shades of Deep Cerise #E33295

Tints of Deep Cerise #E33295

Color information

#E33295 (or 0xE33295) is unknown color: approx Deep Cerise. HEX triplet: E3, 32 and 95. RGB value is (227,50,149). Sum of RGB (Red+Green+Blue) = 227+50+149=426 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.29% from 426); Green value is 50 (19.92% from 255 or 11.74% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 227 - color contains mainly: red. Hex color #E33295 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E33295 is #1CCD6A. Grayscale: #717171. Windows color (decimal): -1887595 or 9777891. OLE color: 9777891.

HSL color Cylindrical-coordinate representation of color #E33295: hue angle of 326.44º 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 #E33295 is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB22750149-
CMYK00.780.340.11
HSL326.44º75.97%54.31%-
HSV(B)326.44º77.97%89.02%-
XYZ38.2420.7830.43-
YUV114.21147.64208.45-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 53.29%
GREEN value IS 50 (19.92% from 255) = 11.74%
BLUE value IS 149 (58.59% from 255) = 34.98%
R=53.29%
G=11.74%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2275014900.780.340.11326.4475.9754.31
HexE3329504E22B1464c36
Octal343622250116421350611466
Binary11100011110010100101010100111010001010111010001101001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E33295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E33295; }

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

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

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

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

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

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

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

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