Html Css Color HEX #ED274F Amaranth

📋 copy color: '#ED274F'

red 237 ◦ green 39 ◦ blue 79

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

Shades of Amaranth #ED274F

Tints of Amaranth #ED274F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.99%

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

R = 66.76%
G = 10.99%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#ED274F (or 0xED274F) is known color: Amaranth. HEX triplet: ED, 27 and 4F. RGB value is (237,39,79). Sum of RGB (Red+Green+Blue) = 237+39+79=355 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.76% from 355); Green value is 39 (15.62% from 255 or 10.99% from 355); Blue value is 79 (31.25% from 255 or 22.25% from 355); Max value from RGB is 237 - color contains mainly: red. Hex color #ED274F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED274F is #12D8B0. Grayscale: #666666. Windows color (decimal): -1235121 or 5187565. OLE color: 5187565.

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

Color convert

RGB 237 39 79 -
CMYK 0 0.84 0.67 0.07
HSL 347.88º 0.85% 0.54% -
HSV(B) 347.88º 0.84% 0.93% -
XYZ 37.06 20.02 9.31 -
YUV 102.76 114.6 223.75 -
System Red Green Blue C M Y K H S L
Decimal 237 39 79 0 0.84 0.67 0.07 347.88 0.85 0.54
Hex ED 27 4F 0 54 43 7 15C 55 36
Octal 355 47 117 0 124 103 7 534 125 66
Binary 11101101 100111 1001111 0 1010100 1000011 111 101011100 1010101 110110

Color Harmonies of #ED274F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED274F

Black with #ED274F

Text Example


Text Example

White with #ED274F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED274F; }

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

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

background-color css

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

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

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

border-color css

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

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

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