Html Css Color HEX #ED444F Amaranth

📋 copy color: '#ED444F'

red 237 ◦ green 68 ◦ blue 79

#ED444F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amaranth #ED444F

Tints of Amaranth #ED444F

RGB

 RED value IS 237 (92.97% from 255) = 61.72%

 GREEN value IS 68 (26.95% from 255) = 17.71%

 BLUE value IS 79 (31.25% from 255) = 20.57%

R = 61.72%
G = 17.71%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#ED444F (or 0xED444F) is known color: Amaranth. HEX triplet: ED, 44 and 4F. RGB value is (237,68,79). Sum of RGB (Red+Green+Blue) = 237+68+79=384 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.72% from 384); Green value is 68 (26.95% from 255 or 17.71% from 384); Blue value is 79 (31.25% from 255 or 20.57% from 384); Max value from RGB is 237 - color contains mainly: red. Hex color #ED444F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED444F is #12BBB0. Grayscale: #777777. Windows color (decimal): -1227697 or 5194989. OLE color: 5194989.

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

Color convert

RGB 237 68 79 -
CMYK 0 0.71 0.67 0.07
HSL 356.09º 0.82% 0.6% -
HSV(B) 356.09º 0.71% 0.93% -
XYZ 38.4 22.7 9.76 -
YUV 119.79 104.99 211.61 -
System Red Green Blue C M Y K H S L
Decimal 237 68 79 0 0.71 0.67 0.07 356.09 0.82 0.6
Hex ED 44 4F 0 47 43 7 164 52 3C
Octal 355 104 117 0 107 103 7 544 122 74
Binary 11101101 1000100 1001111 0 1000111 1000011 111 101100100 1010010 111100

Color Harmonies of #ED444F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED444F

Black with #ED444F

Text Example


Text Example

White with #ED444F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED444F; }

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

 H1.HeaderClassName
 {
   color: #ED444F;
 }
 .AnyTagClassName
 {
   color: #ED444F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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