#E14761

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

Shades of Cerise #E14761

Tints of Cerise #E14761

Color information

#E14761 (or 0xE14761) is unknown color: approx Cerise. HEX triplet: E1, 47 and 61. RGB value is (225,71,97). Sum of RGB (Red+Green+Blue) = 225+71+97=393 (52% of max value = 765). Red value is 225 (88.28% from 255 or 57.25% from 393); Green value is 71 (28.12% from 255 or 18.07% from 393); Blue value is 97 (38.28% from 255 or 24.68% from 393); Max value from RGB is 225 - color contains mainly: red. Hex color #E14761 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14761 is #1EB89E. Grayscale: #787878. Windows color (decimal): -2013343 or 6375393. OLE color: 6375393.

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

Color convert

RGB2257197-
CMYK00.680.570.12
HSL349.87º71.96%58.04%-
HSV(B)349.87º68.44%88.24%-
XYZ35.4621.3813.57-
YUV120.01115.02202.89-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 57.25%
GREEN value IS 71 (28.12% from 255) = 18.07%
BLUE value IS 97 (38.28% from 255) = 24.68%
R=57.25%
G=18.07%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225719700.680.570.12349.8771.9658.04
HexE1476104439C15e483a
Octal3411071410104711453611072
Binary11100001100011111000010100010011100111001010111101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14761; }

 p { color: rgb(225,71,97); }

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

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

 a { background-color: rgb(225,71,97); }

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

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

 span { border-color: rgb(225,71,97); }

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