#E13D8F

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

Shades of Deep Cerise #E13D8F

Tints of Deep Cerise #E13D8F

Color information

#E13D8F (or 0xE13D8F) is unknown color: approx Deep Cerise. HEX triplet: E1, 3D and 8F. RGB value is (225,61,143). Sum of RGB (Red+Green+Blue) = 225+61+143=429 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.45% from 429); Green value is 61 (24.22% from 255 or 14.22% from 429); Blue value is 143 (56.25% from 255 or 33.33% from 429); Max value from RGB is 225 - color contains mainly: red. Hex color #E13D8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13D8F is #1EC270. Grayscale: #777777. Windows color (decimal): -2015857 or 9387489. OLE color: 9387489.

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

Color convert

RGB22561143-
CMYK00.730.360.12
HSL330º73.21%56.08%-
HSV(B)330º72.89%88.24%-
XYZ37.6821.3328.12-
YUV119.38141.33203.33-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.45%
GREEN value IS 61 (24.22% from 255) = 14.22%
BLUE value IS 143 (56.25% from 255) = 33.33%
R=52.45%
G=14.22%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256114300.730.360.1233073.2156.08
HexE13D8F04924C14a4938
Octal341752170111441451211170
Binary11100001111101100011110100100110010011001010010101001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13D8F; }

 p { color: rgb(225,61,143); }

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

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

 a { background-color: rgb(225,61,143); }

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

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

 span { border-color: rgb(225,61,143); }

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