#E13C6B

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

Shades of Cerise #E13C6B

Tints of Cerise #E13C6B

Color information

#E13C6B (or 0xE13C6B) is unknown color: approx Cerise. HEX triplet: E1, 3C and 6B. RGB value is (225,60,107). Sum of RGB (Red+Green+Blue) = 225+60+107=392 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.40% from 392); Green value is 60 (23.83% from 255 or 15.31% from 392); Blue value is 107 (42.19% from 255 or 27.30% from 392); Max value from RGB is 225 - color contains mainly: red. Hex color #E13C6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13C6B is #1EC394. Grayscale: #727272. Windows color (decimal): -2016149 or 7027937. OLE color: 7027937.

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

Color convert

RGB22560107-
CMYK00.730.520.12
HSL342.91º73.33%55.88%-
HSV(B)342.91º73.33%88.24%-
XYZ35.3220.315.97-
YUV114.69123.66206.68-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 57.40%
GREEN value IS 60 (23.83% from 255) = 15.31%
BLUE value IS 107 (42.19% from 255) = 27.30%
R=57.40%
G=15.31%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256010700.730.520.12342.9173.3355.88
HexE13C6B04934C1574938
Octal341741530111641452711170
Binary1110000111110011010110100100111010011001010101111001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13C6B; }

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

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

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

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

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

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

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

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