#E13A65

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

Shades of Cerise #E13A65

Tints of Cerise #E13A65

Color information

#E13A65 (or 0xE13A65) is unknown color: approx Cerise. HEX triplet: E1, 3A and 65. RGB value is (225,58,101). Sum of RGB (Red+Green+Blue) = 225+58+101=384 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.59% from 384); Green value is 58 (23.05% from 255 or 15.10% from 384); Blue value is 101 (39.84% from 255 or 26.30% from 384); Max value from RGB is 225 - color contains mainly: red. Hex color #E13A65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13A65 is #1EC59A. Grayscale: #707070. Windows color (decimal): -2016667 or 6634209. OLE color: 6634209.

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

Color convert

RGB22558101-
CMYK00.740.550.12
HSL344.55º73.57%55.49%-
HSV(B)344.55º74.22%88.24%-
XYZ34.9119.9714.33-
YUV112.84121.33208-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 58.59%
GREEN value IS 58 (23.05% from 255) = 15.10%
BLUE value IS 101 (39.84% from 255) = 26.30%
R=58.59%
G=15.10%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2255810100.740.550.12344.5573.5755.49
HexE13A6504A37C1594a37
Octal341721450112671453111267
Binary1110000111101011001010100101011011111001010110011001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E13A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E13A65; }

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

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

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

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

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

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

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

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