#E13098

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

Shades of Deep Cerise #E13098

Tints of Deep Cerise #E13098

Color information

#E13098 (or 0xE13098) is unknown color: approx Deep Cerise. HEX triplet: E1, 30 and 98. RGB value is (225,48,152). Sum of RGB (Red+Green+Blue) = 225+48+152=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 48 (19.14% from 255 or 11.29% from 425); Blue value is 152 (59.77% from 255 or 35.76% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E13098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13098 is #1ECF67. Grayscale: #707070. Windows color (decimal): -2019176 or 9973985. OLE color: 9973985.

HSL color Cylindrical-coordinate representation of color #E13098: hue angle of 324.75º 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 #E13098 is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB22548152-
CMYK00.790.320.12
HSL324.75º74.68%53.53%-
HSV(B)324.75º78.67%88.24%-
XYZ37.7820.3931.65-
YUV112.78150.14208.04-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.94%
GREEN value IS 48 (19.14% from 255) = 11.29%
BLUE value IS 152 (59.77% from 255) = 35.76%
R=52.94%
G=11.29%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2254815200.790.320.12324.7574.6853.53
HexE1309804F20C1454b36
Octal341602300117401450511366
Binary11100001110000100110000100111110000011001010001011001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13098; }

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

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

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

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

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

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

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

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