#E02465

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

Shades of Cerise #E02465

Tints of Cerise #E02465

Color information

#E02465 (or 0xE02465) is unknown color: approx Cerise. HEX triplet: E0, 24 and 65. RGB value is (224,36,101). Sum of RGB (Red+Green+Blue) = 224+36+101=361 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.05% from 361); Green value is 36 (14.45% from 255 or 9.97% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 224 - color contains mainly: red. Hex color #E02465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02465 is #1FDB9A. Grayscale: #636363. Windows color (decimal): -2087835 or 6628576. OLE color: 6628576.

HSL color Cylindrical-coordinate representation of color #E02465: hue angle of 339.26º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E02465 is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB22436101-
CMYK00.840.550.12
HSL339.26º75.2%50.98%-
HSV(B)339.26º83.93%87.84%-
XYZ33.7218.0514.02-
YUV99.62128.78216.71-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 62.05%
GREEN value IS 36 (14.45% from 255) = 9.97%
BLUE value IS 101 (39.84% from 255) = 27.98%
R=62.05%
G=9.97%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2243610100.840.550.12339.2675.250.98
HexE0246505437C1534b33
Octal340441450124671452311363
Binary1110000010010011001010101010011011111001010100111001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E02465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E02465; }

 p { color: rgb(224,36,101); }

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

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

 a { background-color: rgb(224,36,101); }

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

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

 span { border-color: rgb(224,36,101); }

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