#E13D5F

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

Shades of Cerise #E13D5F

Tints of Cerise #E13D5F

Color information

#E13D5F (or 0xE13D5F) is unknown color: approx Cerise. HEX triplet: E1, 3D and 5F. RGB value is (225,61,95). Sum of RGB (Red+Green+Blue) = 225+61+95=381 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.06% from 381); Green value is 61 (24.22% from 255 or 16.01% from 381); Blue value is 95 (37.5% from 255 or 24.93% from 381); Max value from RGB is 225 - color contains mainly: red. Hex color #E13D5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13D5F is #1EC2A0. Grayscale: #717171. Windows color (decimal): -2015905 or 6241761. OLE color: 6241761.

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

Color convert

RGB2256195-
CMYK00.730.580.12
HSL347.56º73.21%56.08%-
HSV(B)347.56º72.89%88.24%-
XYZ34.7920.1712.89-
YUV113.91117.33207.24-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 59.06%
GREEN value IS 61 (24.22% from 255) = 16.01%
BLUE value IS 95 (37.5% from 255) = 24.93%
R=59.06%
G=16.01%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225619500.730.580.12347.5673.2156.08
HexE13D5F0493AC15c4938
Octal341751370111721453411170
Binary1110000111110110111110100100111101011001010111001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13D5F; }

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

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

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

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

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

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

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

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