#e02f6a

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

Shades of Cerise #E02F6A

Tints of Cerise #E02F6A

Color information

#E02F6A (or 0xE02F6A) is unknown color: approx Cerise. HEX triplet: E0, 2F and 6A. RGB value is (224,47,106). Sum of RGB (Red+Green+Blue) = 224+47+106=377 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.42% from 377); Green value is 47 (18.75% from 255 or 12.47% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 224 - color contains mainly: red. Hex color #E02F6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02F6A is #1FD095. Grayscale: #6A6A6A. Windows color (decimal): -2085014 or 6959072. OLE color: 6959072.

HSL color Cylindrical-coordinate representation of color #E02F6A: 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.79%. Process color model (Four color, CMYK) of #E02F6A is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB22447106-
CMYK00.790.530.12
HSL340º74.06%53.14%-
HSV(B)340º79.02%87.84%-
XYZ34.3618.9215.48-
YUV106.65127.64211.7-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 59.42%
GREEN value IS 47 (18.75% from 255) = 12.47%
BLUE value IS 106 (41.80% from 255) = 28.12%
R=59.42%
G=12.47%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2244710600.790.530.1234074.0653.14
HexE02F6A04F35C1544a35
Octal340571520117651452411265
Binary1110000010111111010100100111111010111001010101001001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e02f6a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e02f6a; }

 p { color: rgb(224,47,106); }

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

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

 a { background-color: rgb(224,47,106); }

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

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

 span { border-color: rgb(224,47,106); }

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