#e03f5f

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

Shades of Cerise #E03F5F

Tints of Cerise #E03F5F

Color information

#E03F5F (or 0xE03F5F) is unknown color: approx Cerise. HEX triplet: E0, 3F and 5F. RGB value is (224,63,95). Sum of RGB (Red+Green+Blue) = 224+63+95=382 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.64% from 382); Green value is 63 (25% from 255 or 16.49% from 382); Blue value is 95 (37.5% from 255 or 24.87% from 382); Max value from RGB is 224 - color contains mainly: red. Hex color #E03F5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03F5F is #1FC0A0. Grayscale: #727272. Windows color (decimal): -2080929 or 6242272. OLE color: 6242272.

HSL color Cylindrical-coordinate representation of color #E03F5F: hue angle of 348.07º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E03F5F is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB2246395-
CMYK00.720.580.12
HSL348.07º72.2%56.27%-
HSV(B)348.07º71.88%87.84%-
XYZ34.5820.2312.91-
YUV114.79116.84205.9-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 58.64%
GREEN value IS 63 (25% from 255) = 16.49%
BLUE value IS 95 (37.5% from 255) = 24.87%
R=58.64%
G=16.49%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224639500.720.580.12348.0772.256.27
HexE03F5F0483AC15c4838
Octal340771370110721453411070
Binary1110000011111110111110100100011101011001010111001001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e03f5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e03f5f; }

 p { color: rgb(224,63,95); }

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

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

 a { background-color: rgb(224,63,95); }

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

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

 span { border-color: rgb(224,63,95); }

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