#EF1E42

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

Shades of Alizarin #EF1E42

Tints of Alizarin #EF1E42

Color information

#EF1E42 (or 0xEF1E42) is unknown color: approx Alizarin. HEX triplet: EF, 1E and 42. RGB value is (239,30,66). Sum of RGB (Red+Green+Blue) = 239+30+66=335 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.34% from 335); Green value is 30 (12.11% from 255 or 8.96% from 335); Blue value is 66 (26.17% from 255 or 19.70% from 335); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1E42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1E42 is #10E1BD. Grayscale: #606060. Windows color (decimal): -1106366 or 4333295. OLE color: 4333295.

HSL color Cylindrical-coordinate representation of color #EF1E42: hue angle of 349.67º 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 #EF1E42 is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB2393066-
CMYK00.870.720.06
HSL349.67º86.72%52.75%-
HSV(B)349.67º87.45%93.73%-
XYZ37.0419.677-
YUV96.6110.74229.57-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 71.34%
GREEN value IS 30 (12.11% from 255) = 8.96%
BLUE value IS 66 (26.17% from 255) = 19.70%
R=71.34%
G=8.96%
B=19.70%

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
Decimal239306600.870.720.06349.6786.7252.75
HexEF1E4205748615e5735
Octal357361020127110653612765
Binary111011111111010000100101011110010001101010111101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF1E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF1E42; }

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

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

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

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

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

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

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

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