#E13C74

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

Shades of Cerise #E13C74

Tints of Cerise #E13C74

Color information

#E13C74 (or 0xE13C74) is unknown color: approx Cerise. HEX triplet: E1, 3C and 74. RGB value is (225,60,116). Sum of RGB (Red+Green+Blue) = 225+60+116=401 (53% of max value = 765). Red value is 225 (88.28% from 255 or 56.11% from 401); Green value is 60 (23.83% from 255 or 14.96% from 401); Blue value is 116 (45.70% from 255 or 28.93% from 401); Max value from RGB is 225 - color contains mainly: red. Hex color #E13C74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13C74 is #1EC38B. Grayscale: #737373. Windows color (decimal): -2016140 or 7617761. OLE color: 7617761.

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

Color convert

RGB22560116-
CMYK00.730.480.12
HSL339.64º73.33%55.88%-
HSV(B)339.64º73.33%88.24%-
XYZ35.8220.518.59-
YUV115.72128.16205.95-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 56.11%
GREEN value IS 60 (23.83% from 255) = 14.96%
BLUE value IS 116 (45.70% from 255) = 28.93%
R=56.11%
G=14.96%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256011600.730.480.12339.6473.3355.88
HexE13C7404930C1544938
Octal341741640111601452411170
Binary1110000111110011101000100100111000011001010101001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13C74; }

 p { color: rgb(225,60,116); }

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

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

 a { background-color: rgb(225,60,116); }

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

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

 span { border-color: rgb(225,60,116); }

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