#e13768

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

Shades of Cerise #E13768

Tints of Cerise #E13768

Color information

#E13768 (or 0xE13768) is unknown color: approx Cerise. HEX triplet: E1, 37 and 68. RGB value is (225,55,104). Sum of RGB (Red+Green+Blue) = 225+55+104=384 (50% of max value = 765). Red value is 225 (88.28% from 255 or 58.59% from 384); Green value is 55 (21.88% from 255 or 14.32% from 384); Blue value is 104 (41.02% from 255 or 27.08% from 384); Max value from RGB is 225 - color contains mainly: red. Hex color #E13768 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13768 is #1EC897. Grayscale: #6F6F6F. Windows color (decimal): -2017432 or 6830049. OLE color: 6830049.

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

Color convert

RGB22555104-
CMYK00.760.540.12
HSL342.71º73.91%54.9%-
HSV(B)342.71º75.56%88.24%-
XYZ34.9219.7415.07-
YUV111.42123.82209.02-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 58.59%
GREEN value IS 55 (21.88% from 255) = 14.32%
BLUE value IS 104 (41.02% from 255) = 27.08%
R=58.59%
G=14.32%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2255510400.760.540.12342.7173.9154.9
HexE1376804C36C1574a37
Octal341671500114661452711267
Binary1110000111011111010000100110011011011001010101111001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e13768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e13768; }

 p { color: rgb(225,55,104); }

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

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

 a { background-color: rgb(225,55,104); }

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

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

 span { border-color: rgb(225,55,104); }

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