#E5455E

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

Shades of Cerise #E5455E

Tints of Cerise #E5455E

Color information

#E5455E (or 0xE5455E) is unknown color: approx Cerise. HEX triplet: E5, 45 and 5E. RGB value is (229,69,94). Sum of RGB (Red+Green+Blue) = 229+69+94=392 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.42% from 392); Green value is 69 (27.34% from 255 or 17.60% from 392); Blue value is 94 (37.11% from 255 or 23.98% from 392); Max value from RGB is 229 - color contains mainly: red. Hex color #E5455E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5455E is #1ABAA1. Grayscale: #777777. Windows color (decimal): -1751714 or 6178277. OLE color: 6178277.

HSL color Cylindrical-coordinate representation of color #E5455E: hue angle of 350.62º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E5455E is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB2296994-
CMYK00.700.590.10
HSL350.62º75.47%58.43%-
HSV(B)350.62º69.87%89.8%-
XYZ36.4621.7212.86-
YUV119.69113.51205.97-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 58.42%
GREEN value IS 69 (27.34% from 255) = 17.60%
BLUE value IS 94 (37.11% from 255) = 23.98%
R=58.42%
G=17.60%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.59
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229699400.700.590.10350.6275.4758.43
HexE5455E0463BA15f4b3a
Octal3451051360106731253711372
Binary11100101100010110111100100011011101110101010111111001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5455E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5455E; }

 p { color: rgb(229,69,94); }

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

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

 a { background-color: rgb(229,69,94); }

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

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

 span { border-color: rgb(229,69,94); }

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