#E02C68

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

Shades of Cerise #E02C68

Tints of Cerise #E02C68

Color information

#E02C68 (or 0xE02C68) is unknown color: approx Cerise. HEX triplet: E0, 2C and 68. RGB value is (224,44,104). Sum of RGB (Red+Green+Blue) = 224+44+104=372 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.22% from 372); Green value is 44 (17.58% from 255 or 11.83% from 372); Blue value is 104 (41.02% from 255 or 27.96% from 372); Max value from RGB is 224 - color contains mainly: red. Hex color #E02C68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02C68 is #1FD397. Grayscale: #686868. Windows color (decimal): -2085784 or 6827232. OLE color: 6827232.

HSL color Cylindrical-coordinate representation of color #E02C68: hue angle of 340º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E02C68 is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB22444104-
CMYK00.800.540.12
HSL340º74.38%52.55%-
HSV(B)340º80.36%87.84%-
XYZ34.1418.6514.9-
YUV104.66127.63213.12-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 60.22%
GREEN value IS 44 (17.58% from 255) = 11.83%
BLUE value IS 104 (41.02% from 255) = 27.96%
R=60.22%
G=11.83%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2244410400.800.540.1234074.3852.55
HexE02C6805036C1544a35
Octal340541500120661452411265
Binary1110000010110011010000101000011011011001010101001001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E02C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E02C68; }

 p { color: rgb(224,44,104); }

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

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

 a { background-color: rgb(224,44,104); }

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

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

 span { border-color: rgb(224,44,104); }

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