#E14058

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

Shades of Cerise #E14058

Tints of Cerise #E14058

Color information

#E14058 (or 0xE14058) is unknown color: approx Cerise. HEX triplet: E1, 40 and 58. RGB value is (225,64,88). Sum of RGB (Red+Green+Blue) = 225+64+88=377 (49% of max value = 765). Red value is 225 (88.28% from 255 or 59.68% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 88 (34.77% from 255 or 23.34% from 377); Max value from RGB is 225 - color contains mainly: red. Hex color #E14058 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14058 is #1EBFA7. Grayscale: #727272. Windows color (decimal): -2015144 or 5783777. OLE color: 5783777.

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

Color convert

RGB2256488-
CMYK00.720.610.12
HSL351.06º72.85%56.67%-
HSV(B)351.06º71.56%88.24%-
XYZ34.6520.3811.34-
YUV114.87112.84206.55-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 59.68%
GREEN value IS 64 (25.39% from 255) = 16.98%
BLUE value IS 88 (34.77% from 255) = 23.34%
R=59.68%
G=16.98%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.61
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225648800.720.610.12351.0672.8556.67
HexE140580483DC15f4939
Octal3411001300110751453711171
Binary11100001100000010110000100100011110111001010111111001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14058; }

 p { color: rgb(225,64,88); }

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

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

 a { background-color: rgb(225,64,88); }

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

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

 span { border-color: rgb(225,64,88); }

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