#EF334C

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

Shades of Amaranth #EF334C

Tints of Amaranth #EF334C

Color information

#EF334C (or 0xEF334C) is unknown color: approx Amaranth. HEX triplet: EF, 33 and 4C. RGB value is (239,51,76). Sum of RGB (Red+Green+Blue) = 239+51+76=366 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.30% from 366); Green value is 51 (20.31% from 255 or 13.93% from 366); Blue value is 76 (30.08% from 255 or 20.77% from 366); Max value from RGB is 239 - color contains mainly: red. Hex color #EF334C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF334C is #10CCB3. Grayscale: #6E6E6E. Windows color (decimal): -1100980 or 4994031. OLE color: 4994031.

HSL color Cylindrical-coordinate representation of color #EF334C: hue angle of 352.02º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF334C is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB2395176-
CMYK00.790.680.06
HSL352.02º85.45%56.86%-
HSV(B)352.02º78.66%93.73%-
XYZ38.0821.248.93-
YUV110.06108.78219.97-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 65.30%
GREEN value IS 51 (20.31% from 255) = 13.93%
BLUE value IS 76 (30.08% from 255) = 20.77%
R=65.30%
G=13.93%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239517600.790.680.06352.0285.4556.86
HexEF334C04F4461605539
Octal357631140117104654012571
Binary1110111111001110011000100111110001001101011000001010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF334C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF334C; }

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

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

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

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

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

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

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

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