#e54260

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

Shades of Cerise #E54260

Tints of Cerise #E54260

Color information

#E54260 (or 0xE54260) is unknown color: approx Cerise. HEX triplet: E5, 42 and 60. RGB value is (229,66,96). Sum of RGB (Red+Green+Blue) = 229+66+96=391 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.57% from 391); Green value is 66 (26.17% from 255 or 16.88% from 391); Blue value is 96 (37.89% from 255 or 24.55% from 391); Max value from RGB is 229 - color contains mainly: red. Hex color #E54260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54260 is #1ABD9F. Grayscale: #767676. Windows color (decimal): -1752480 or 6308581. OLE color: 6308581.

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

Color convert

RGB2296696-
CMYK00.710.580.10
HSL348.96º75.81%57.84%-
HSV(B)348.96º71.18%89.8%-
XYZ36.3721.413.28-
YUV118.16115.5207.06-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 58.57%
GREEN value IS 66 (26.17% from 255) = 16.88%
BLUE value IS 96 (37.89% from 255) = 24.55%
R=58.57%
G=16.88%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.58
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229669600.710.580.10348.9675.8157.84
HexE542600473AA15d4c3a
Octal3451021400107721253511472
Binary11100101100001011000000100011111101010101010111011001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e54260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e54260; }

 p { color: rgb(229,66,96); }

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

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

 a { background-color: rgb(229,66,96); }

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

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

 span { border-color: rgb(229,66,96); }

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