#E13096

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

Shades of Deep Cerise #E13096

Tints of Deep Cerise #E13096

Color information

#E13096 (or 0xE13096) is unknown color: approx Deep Cerise. HEX triplet: E1, 30 and 96. RGB value is (225,48,150). Sum of RGB (Red+Green+Blue) = 225+48+150=423 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.19% from 423); Green value is 48 (19.14% from 255 or 11.35% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 225 - color contains mainly: red. Hex color #E13096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13096 is #1ECF69. Grayscale: #707070. Windows color (decimal): -2019178 or 9842913. OLE color: 9842913.

HSL color Cylindrical-coordinate representation of color #E13096: hue angle of 325.42º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E13096 is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB22548150-
CMYK00.790.330.12
HSL325.42º74.68%53.53%-
HSV(B)325.42º78.67%88.24%-
XYZ37.6120.3230.79-
YUV112.55149.14208.21-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.19%
GREEN value IS 48 (19.14% from 255) = 11.35%
BLUE value IS 150 (58.98% from 255) = 35.46%
R=53.19%
G=11.35%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2254815000.790.330.12325.4274.6853.53
HexE1309604F21C1454b36
Octal341602260117411450511366
Binary11100001110000100101100100111110000111001010001011001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13096; }

 p { color: rgb(225,48,150); }

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

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

 a { background-color: rgb(225,48,150); }

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

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

 span { border-color: rgb(225,48,150); }

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