#E13B89

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

Shades of Deep Cerise #E13B89

Tints of Deep Cerise #E13B89

Color information

#E13B89 (or 0xE13B89) is unknown color: approx Deep Cerise. HEX triplet: E1, 3B and 89. RGB value is (225,59,137). Sum of RGB (Red+Green+Blue) = 225+59+137=421 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.44% from 421); Green value is 59 (23.44% from 255 or 14.01% from 421); Blue value is 137 (53.91% from 255 or 32.54% from 421); Max value from RGB is 225 - color contains mainly: red. Hex color #E13B89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13B89 is #1EC476. Grayscale: #757575. Windows color (decimal): -2016375 or 8993761. OLE color: 8993761.

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

Color convert

RGB22559137-
CMYK00.740.390.12
HSL331.81º73.45%55.69%-
HSV(B)331.81º73.78%88.24%-
XYZ37.1320.9425.75-
YUV117.53139204.66-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.44%
GREEN value IS 59 (23.44% from 255) = 14.01%
BLUE value IS 137 (53.91% from 255) = 32.54%
R=53.44%
G=14.01%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2255913700.740.390.12331.8173.4555.69
HexE13B8904A27C14c4938
Octal341732110112471451411170
Binary11100001111011100010010100101010011111001010011001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13B89; }

 p { color: rgb(225,59,137); }

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

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

 a { background-color: rgb(225,59,137); }

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

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

 span { border-color: rgb(225,59,137); }

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