#E02A67

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

Shades of Cerise #E02A67

Tints of Cerise #E02A67

Color information

#E02A67 (or 0xE02A67) is unknown color: approx Cerise. HEX triplet: E0, 2A and 67. RGB value is (224,42,103). Sum of RGB (Red+Green+Blue) = 224+42+103=369 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.70% from 369); Green value is 42 (16.80% from 255 or 11.38% from 369); Blue value is 103 (40.62% from 255 or 27.91% from 369); Max value from RGB is 224 - color contains mainly: red. Hex color #E02A67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02A67 is #1FD598. Grayscale: #676767. Windows color (decimal): -2086297 or 6761184. OLE color: 6761184.

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

Color convert

RGB22442103-
CMYK00.810.540.12
HSL339.89º74.59%52.16%-
HSV(B)339.89º81.25%87.84%-
XYZ34.0218.4814.61-
YUV103.37127.8214.04-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 60.70%
GREEN value IS 42 (16.80% from 255) = 11.38%
BLUE value IS 103 (40.62% from 255) = 27.91%
R=60.70%
G=11.38%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2244210300.810.540.12339.8974.5952.16
HexE02A6705136C1544b34
Octal340521470121661452411364
Binary1110000010101011001110101000111011011001010101001001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E02A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E02A67; }

 p { color: rgb(224,42,103); }

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

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

 a { background-color: rgb(224,42,103); }

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

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

 span { border-color: rgb(224,42,103); }

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