#E13665

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

Shades of Cerise #E13665

Tints of Cerise #E13665

Color information

#E13665 (or 0xE13665) is unknown color: approx Cerise. HEX triplet: E1, 36 and 65. RGB value is (225,54,101). Sum of RGB (Red+Green+Blue) = 225+54+101=380 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.21% from 380); Green value is 54 (21.48% from 255 or 14.21% from 380); Blue value is 101 (39.84% from 255 or 26.58% from 380); Max value from RGB is 225 - color contains mainly: red. Hex color #E13665 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13665 is #1EC99A. Grayscale: #6E6E6E. Windows color (decimal): -2017691 or 6633185. OLE color: 6633185.

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

Color convert

RGB22554101-
CMYK00.760.550.12
HSL343.51º74.03%54.71%-
HSV(B)343.51º76%88.24%-
XYZ34.7219.5914.26-
YUV110.49122.65209.68-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 59.21%
GREEN value IS 54 (21.48% from 255) = 14.21%
BLUE value IS 101 (39.84% from 255) = 26.58%
R=59.21%
G=14.21%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2255410100.760.550.12343.5174.0354.71
HexE1366504C37C1584a37
Octal341661450114671453011267
Binary1110000111011011001010100110011011111001010110001001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13665; }

 p { color: rgb(225,54,101); }

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

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

 a { background-color: rgb(225,54,101); }

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

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

 span { border-color: rgb(225,54,101); }

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