#ef2d4c

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

Shades of Amaranth #EF2D4C

Tints of Amaranth #EF2D4C

Color information

#EF2D4C (or 0xEF2D4C) is unknown color: approx Amaranth. HEX triplet: EF, 2D and 4C. RGB value is (239,45,76). Sum of RGB (Red+Green+Blue) = 239+45+76=360 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.39% from 360); Green value is 45 (17.97% from 255 or 12.5% from 360); Blue value is 76 (30.08% from 255 or 21.11% from 360); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2D4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2D4C is #10D2B3. Grayscale: #6A6A6A. Windows color (decimal): -1102516 or 4992495. OLE color: 4992495.

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

Color convert

RGB2394576-
CMYK00.810.680.06
HSL350.41º85.84%55.69%-
HSV(B)350.41º81.17%93.73%-
XYZ37.8420.758.85-
YUV106.54110.77222.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 66.39%
GREEN value IS 45 (17.97% from 255) = 12.5%
BLUE value IS 76 (30.08% from 255) = 21.11%
R=66.39%
G=12.5%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239457600.810.680.06350.4185.8455.69
HexEF2D4C05144615e5638
Octal357551140121104653612670
Binary1110111110110110011000101000110001001101010111101010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef2d4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef2d4c; }

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

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

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

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

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

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

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

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