#e13398

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

Shades of Deep Cerise #E13398

Tints of Deep Cerise #E13398

Color information

#E13398 (or 0xE13398) is unknown color: approx Deep Cerise. HEX triplet: E1, 33 and 98. RGB value is (225,51,152). Sum of RGB (Red+Green+Blue) = 225+51+152=428 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.57% from 428); Green value is 51 (20.31% from 255 or 11.92% from 428); Blue value is 152 (59.77% from 255 or 35.51% from 428); Max value from RGB is 225 - color contains mainly: red. Hex color #E13398 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13398 is #1ECC67. Grayscale: #727272. Windows color (decimal): -2018408 or 9974753. OLE color: 9974753.

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

Color convert

RGB22551152-
CMYK00.770.320.12
HSL325.17º74.36%54.12%-
HSV(B)325.17º77.33%88.24%-
XYZ37.920.6431.69-
YUV114.54149.15206.79-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.57%
GREEN value IS 51 (20.31% from 255) = 11.92%
BLUE value IS 152 (59.77% from 255) = 35.51%
R=52.57%
G=11.92%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2255115200.770.320.12325.1774.3654.12
HexE1339804D20C1454a36
Octal341632300115401450511266
Binary11100001110011100110000100110110000011001010001011001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e13398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e13398; }

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

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

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

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

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

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

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

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