#e02e6f

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

Shades of Cerise #E02E6F

Tints of Cerise #E02E6F

Color information

#E02E6F (or 0xE02E6F) is unknown color: approx Cerise. HEX triplet: E0, 2E and 6F. RGB value is (224,46,111). Sum of RGB (Red+Green+Blue) = 224+46+111=381 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.79% from 381); Green value is 46 (18.36% from 255 or 12.07% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 224 - color contains mainly: red. Hex color #E02E6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02E6F is #1FD190. Grayscale: #6A6A6A. Windows color (decimal): -2085265 or 7286496. OLE color: 7286496.

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

Color convert

RGB22446111-
CMYK00.790.500.12
HSL338.09º74.17%52.94%-
HSV(B)338.09º79.46%87.84%-
XYZ34.5918.9516.87-
YUV106.63130.47211.71-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 58.79%
GREEN value IS 46 (18.36% from 255) = 12.07%
BLUE value IS 111 (43.75% from 255) = 29.13%
R=58.79%
G=12.07%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2244611100.790.500.12338.0974.1752.94
HexE02E6F04F32C1524a35
Octal340561570117621452211265
Binary1110000010111011011110100111111001011001010100101001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e02e6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e02e6f; }

 p { color: rgb(224,46,111); }

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

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

 a { background-color: rgb(224,46,111); }

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

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

 span { border-color: rgb(224,46,111); }

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

cancel