#E33280

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

Shades of Deep Cerise #E33280

Tints of Deep Cerise #E33280

Color information

#E33280 (or 0xE33280) is unknown color: approx Deep Cerise. HEX triplet: E3, 32 and 80. RGB value is (227,50,128). Sum of RGB (Red+Green+Blue) = 227+50+128=405 (53% of max value = 765). Red value is 227 (89.06% from 255 or 56.05% from 405); Green value is 50 (19.92% from 255 or 12.35% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 227 - color contains mainly: red. Hex color #E33280 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E33280 is #1CCD7F. Grayscale: #6F6F6F. Windows color (decimal): -1887616 or 8401635. OLE color: 8401635.

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

Color convert

RGB22750128-
CMYK00.780.440.11
HSL333.56º75.97%54.31%-
HSV(B)333.56º77.97%89.02%-
XYZ36.7220.1722.38-
YUV111.81137.14210.16-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 56.05%
GREEN value IS 50 (19.92% from 255) = 12.35%
BLUE value IS 128 (50.39% from 255) = 31.60%
R=56.05%
G=12.35%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2275012800.780.440.11333.5675.9754.31
HexE3328004E2CB14e4c36
Octal343622000116541351611466
Binary11100011110010100000000100111010110010111010011101001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E33280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E33280; }

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

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

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

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

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

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

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

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