#E02F6E

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

Shades of Cerise #E02F6E

Tints of Cerise #E02F6E

Color information

#E02F6E (or 0xE02F6E) is unknown color: approx Cerise. HEX triplet: E0, 2F and 6E. RGB value is (224,47,110). Sum of RGB (Red+Green+Blue) = 224+47+110=381 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.79% from 381); Green value is 47 (18.75% from 255 or 12.34% from 381); Blue value is 110 (43.36% from 255 or 28.87% from 381); Max value from RGB is 224 - color contains mainly: red. Hex color #E02F6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02F6E is #1FD091. Grayscale: #6B6B6B. Windows color (decimal): -2085010 or 7221216. OLE color: 7221216.

HSL color Cylindrical-coordinate representation of color #E02F6E: hue angle of 338.64º 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 #E02F6E is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB22447110-
CMYK00.790.510.12
HSL338.64º74.06%53.14%-
HSV(B)338.64º79.02%87.84%-
XYZ34.5719.0116.6-
YUV107.1129.64211.38-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 58.79%
GREEN value IS 47 (18.75% from 255) = 12.34%
BLUE value IS 110 (43.36% from 255) = 28.87%
R=58.79%
G=12.34%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2244711000.790.510.12338.6474.0653.14
HexE02F6E04F33C1534a35
Octal340571560117631452311265
Binary1110000010111111011100100111111001111001010100111001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E02F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E02F6E; }

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

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

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

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

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

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

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

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