#ef2d50

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

Shades of Amaranth #EF2D50

Tints of Amaranth #EF2D50

Color information

#EF2D50 (or 0xEF2D50) is unknown color: approx Amaranth. HEX triplet: EF, 2D and 50. RGB value is (239,45,80). Sum of RGB (Red+Green+Blue) = 239+45+80=364 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.66% from 364); Green value is 45 (17.97% from 255 or 12.36% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2D50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF2D50 is #10D2AF. Grayscale: #6B6B6B. Windows color (decimal): -1102512 or 5254639. OLE color: 5254639.

HSL color Cylindrical-coordinate representation of color #EF2D50: hue angle of 349.18º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EF2D50 is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB2394580-
CMYK00.810.670.06
HSL349.18º85.84%55.69%-
HSV(B)349.18º81.17%93.73%-
XYZ37.9820.819.6-
YUV107112.77222.15-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 65.66%
GREEN value IS 45 (17.97% from 255) = 12.36%
BLUE value IS 80 (31.64% from 255) = 21.98%
R=65.66%
G=12.36%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.67
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239458000.810.670.06349.1885.8455.69
HexEF2D5005143615d5638
Octal357551200121103653512670
Binary1110111110110110100000101000110000111101010111011010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef2d50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef2d50; }

 p { color: rgb(239,45,80); }

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

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

 a { background-color: rgb(239,45,80); }

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

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

 span { border-color: rgb(239,45,80); }

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