#E13B8D

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

Shades of Deep Cerise #E13B8D

Tints of Deep Cerise #E13B8D

Color information

#E13B8D (or 0xE13B8D) is unknown color: approx Deep Cerise. HEX triplet: E1, 3B and 8D. RGB value is (225,59,141). Sum of RGB (Red+Green+Blue) = 225+59+141=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 59 (23.44% from 255 or 13.88% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E13B8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13B8D is #1EC472. Grayscale: #757575. Windows color (decimal): -2016371 or 9255905. OLE color: 9255905.

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

Color convert

RGB22559141-
CMYK00.740.370.12
HSL330.36º73.45%55.69%-
HSV(B)330.36º73.78%88.24%-
XYZ37.4221.0627.29-
YUV117.98141204.33-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.94%
GREEN value IS 59 (23.44% from 255) = 13.88%
BLUE value IS 141 (55.47% from 255) = 33.18%
R=52.94%
G=13.88%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2255914100.740.370.12330.3673.4555.69
HexE13B8D04A25C14a4938
Octal341732150112451451211170
Binary11100001111011100011010100101010010111001010010101001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13B8D; }

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

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

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

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

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

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

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

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