#EF2042

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

Shades of Alizarin #EF2042

Tints of Alizarin #EF2042

Color information

#EF2042 (or 0xEF2042) is unknown color: approx Alizarin. HEX triplet: EF, 20 and 42. RGB value is (239,32,66). Sum of RGB (Red+Green+Blue) = 239+32+66=337 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.92% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 66 (26.17% from 255 or 19.58% from 337); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2042 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2042 is #10DFBD. Grayscale: #616161. Windows color (decimal): -1105854 or 4333807. OLE color: 4333807.

HSL color Cylindrical-coordinate representation of color #EF2042: hue angle of 350.14º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF2042 is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB2393266-
CMYK00.870.720.06
HSL350.14º86.61%53.14%-
HSV(B)350.14º86.61%93.73%-
XYZ37.119.787.02-
YUV97.77110.08228.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 70.92%
GREEN value IS 32 (12.89% from 255) = 9.50%
BLUE value IS 66 (26.17% from 255) = 19.58%
R=70.92%
G=9.50%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.72
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239326600.870.720.06350.1486.6153.14
HexEF204205748615e5735
Octal357401020127110653612765
Binary1110111110000010000100101011110010001101010111101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF2042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF2042; }

 p { color: rgb(239,32,66); }

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

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

 a { background-color: rgb(239,32,66); }

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

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

 span { border-color: rgb(239,32,66); }

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