#E1416A

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

Shades of Cerise #E1416A

Tints of Cerise #E1416A

Color information

#E1416A (or 0xE1416A) is unknown color: approx Cerise. HEX triplet: E1, 41 and 6A. RGB value is (225,65,106). Sum of RGB (Red+Green+Blue) = 225+65+106=396 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.82% from 396); Green value is 65 (25.78% from 255 or 16.41% from 396); Blue value is 106 (41.80% from 255 or 26.77% from 396); Max value from RGB is 225 - color contains mainly: red. Hex color #E1416A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1416A is #1EBE95. Grayscale: #757575. Windows color (decimal): -2014870 or 6963681. OLE color: 6963681.

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

Color convert

RGB22565106-
CMYK00.710.530.12
HSL344.62º72.73%56.86%-
HSV(B)344.62º71.11%88.24%-
XYZ35.5420.8315.78-
YUV117.51121.51204.67-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 56.82%
GREEN value IS 65 (25.78% from 255) = 16.41%
BLUE value IS 106 (41.80% from 255) = 26.77%
R=56.82%
G=16.41%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2256510600.710.530.12344.6272.7356.86
HexE1416A04735C1594939
Octal3411011520107651453111171
Binary11100001100000111010100100011111010111001010110011001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1416A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1416A; }

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

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

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

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

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

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

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

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