Html Css Color HEX #ED274A Amaranth

📋 copy color: '#ED274A'

red 237 ◦ green 39 ◦ blue 74

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

Shades of Amaranth #ED274A

Tints of Amaranth #ED274A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.14%

R = 67.71%
G = 11.14%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ED274A (or 0xED274A) is known color: Amaranth. HEX triplet: ED, 27 and 4A. RGB value is (237,39,74). Sum of RGB (Red+Green+Blue) = 237+39+74=350 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.71% from 350); Green value is 39 (15.62% from 255 or 11.14% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 237 - color contains mainly: red. Hex color #ED274A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED274A is #12D8B5. Grayscale: #666666. Windows color (decimal): -1235126 or 4859885. OLE color: 4859885.

HSL color Cylindrical-coordinate representation of color #ED274A: hue angle of 349.39º 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 #ED274A is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 39 74 -
CMYK 0 0.84 0.69 0.07
HSL 349.39º 0.85% 0.54% -
HSV(B) 349.39º 0.84% 0.93% -
XYZ 36.89 19.95 8.39 -
YUV 102.19 112.1 224.15 -
System Red Green Blue C M Y K H S L
Decimal 237 39 74 0 0.84 0.69 0.07 349.39 0.85 0.54
Hex ED 27 4A 0 54 45 7 15D 55 36
Octal 355 47 112 0 124 105 7 535 125 66
Binary 11101101 100111 1001010 0 1010100 1000101 111 101011101 1010101 110110

Color Harmonies of #ED274A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED274A

Black with #ED274A

Text Example


Text Example

White with #ED274A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED274A; }

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

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

background-color css

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

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

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

border-color css

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

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

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