#E04260

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

Shades of Cerise #E04260

Tints of Cerise #E04260

Color information

#E04260 (or 0xE04260) is unknown color: approx Cerise. HEX triplet: E0, 42 and 60. RGB value is (224,66,96). Sum of RGB (Red+Green+Blue) = 224+66+96=386 (51% of max value = 765). Red value is 224 (87.89% from 255 or 58.03% from 386); Green value is 66 (26.17% from 255 or 17.10% from 386); Blue value is 96 (37.89% from 255 or 24.87% from 386); Max value from RGB is 224 - color contains mainly: red. Hex color #E04260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04260 is #1FBD9F. Grayscale: #747474. Windows color (decimal): -2080160 or 6308576. OLE color: 6308576.

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

Color convert

RGB2246696-
CMYK00.710.570.12
HSL348.61º71.82%56.86%-
HSV(B)348.61º70.54%87.84%-
XYZ34.820.5913.21-
YUV116.66116.35204.56-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 58.03%
GREEN value IS 66 (26.17% from 255) = 17.10%
BLUE value IS 96 (37.89% from 255) = 24.87%
R=58.03%
G=17.10%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224669600.710.570.12348.6171.8256.86
HexE0426004739C15d4839
Octal3401021400107711453511071
Binary11100000100001011000000100011111100111001010111011001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04260; }

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

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

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

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

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

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

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

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