#E14169

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

Shades of Cerise #E14169

Tints of Cerise #E14169

Color information

#E14169 (or 0xE14169) is unknown color: approx Cerise. HEX triplet: E1, 41 and 69. RGB value is (225,65,105). Sum of RGB (Red+Green+Blue) = 225+65+105=395 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.96% from 395); Green value is 65 (25.78% from 255 or 16.46% from 395); Blue value is 105 (41.41% from 255 or 26.58% from 395); Max value from RGB is 225 - color contains mainly: red. Hex color #E14169 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14169 is #1EBE96. Grayscale: #757575. Windows color (decimal): -2014871 or 6898145. OLE color: 6898145.

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

Color convert

RGB22565105-
CMYK00.710.530.12
HSL345º72.73%56.86%-
HSV(B)345º71.11%88.24%-
XYZ35.4920.8115.51-
YUV117.4121.01204.75-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 56.96%
GREEN value IS 65 (25.78% from 255) = 16.46%
BLUE value IS 105 (41.41% from 255) = 26.58%
R=56.96%
G=16.46%
B=26.58%

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
Decimal2256510500.710.530.1234572.7356.86
HexE1416904735C1594939
Octal3411011510107651453111171
Binary11100001100000111010010100011111010111001010110011001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14169; }

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

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

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

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

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

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

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

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