#E1416C

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

Shades of Cerise #E1416C

Tints of Cerise #E1416C

Color information

#E1416C (or 0xE1416C) is unknown color: approx Cerise. HEX triplet: E1, 41 and 6C. RGB value is (225,65,108). Sum of RGB (Red+Green+Blue) = 225+65+108=398 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.53% from 398); Green value is 65 (25.78% from 255 or 16.33% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 225 - color contains mainly: red. Hex color #E1416C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1416C is #1EBE93. Grayscale: #757575. Windows color (decimal): -2014868 or 7094753. OLE color: 7094753.

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

Color convert

RGB22565108-
CMYK00.710.520.12
HSL343.88º72.73%56.86%-
HSV(B)343.88º71.11%88.24%-
XYZ35.6520.8716.34-
YUV117.74122.51204.5-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 56.53%
GREEN value IS 65 (25.78% from 255) = 16.33%
BLUE value IS 108 (42.58% from 255) = 27.14%
R=56.53%
G=16.33%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256510800.710.520.12343.8872.7356.86
HexE1416C04734C1584939
Octal3411011540107641453011171
Binary11100001100000111011000100011111010011001010110001001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1416C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1416C; }

 p { color: rgb(225,65,108); }

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

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

 a { background-color: rgb(225,65,108); }

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

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

 span { border-color: rgb(225,65,108); }

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