#ED334F

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

Shades of Amaranth #ED334F

Tints of Amaranth #ED334F

Color information

#ED334F (or 0xED334F) is unknown color: approx Amaranth. HEX triplet: ED, 33 and 4F. RGB value is (237,51,79). Sum of RGB (Red+Green+Blue) = 237+51+79=367 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.58% from 367); Green value is 51 (20.31% from 255 or 13.90% from 367); Blue value is 79 (31.25% from 255 or 21.53% from 367); Max value from RGB is 237 - color contains mainly: red. Hex color #ED334F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED334F is #12CCB0. Grayscale: #6D6D6D. Windows color (decimal): -1232049 or 5190637. OLE color: 5190637.

HSL color Cylindrical-coordinate representation of color #ED334F: hue angle of 350.97º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED334F is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB2375179-
CMYK00.780.670.07
HSL350.97º83.78%56.47%-
HSV(B)350.97º78.48%92.94%-
XYZ37.5220.949.46-
YUV109.81110.62218.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 64.58%
GREEN value IS 51 (20.31% from 255) = 13.90%
BLUE value IS 79 (31.25% from 255) = 21.53%
R=64.58%
G=13.90%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.67
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237517900.780.670.07350.9783.7856.47
HexED334F04E43715f5438
Octal355631170116103753712470
Binary1110110111001110011110100111010000111111010111111010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED334F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED334F; }

 p { color: rgb(237,51,79); }

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

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

 a { background-color: rgb(237,51,79); }

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

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

 span { border-color: rgb(237,51,79); }

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