Html Css Color HEX #ED274D Amaranth

📋 copy color: '#ED274D'

red 237 ◦ green 39 ◦ blue 77

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

Shades of Amaranth #ED274D

Tints of Amaranth #ED274D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.81%

R = 67.14%
G = 11.05%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ED274D (or 0xED274D) is known color: Amaranth. HEX triplet: ED, 27 and 4D. RGB value is (237,39,77). Sum of RGB (Red+Green+Blue) = 237+39+77=353 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.14% from 353); Green value is 39 (15.62% from 255 or 11.05% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 237 - color contains mainly: red. Hex color #ED274D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED274D is #12D8B2. Grayscale: #666666. Windows color (decimal): -1235123 or 5056493. OLE color: 5056493.

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

Color convert

RGB 237 39 77 -
CMYK 0 0.84 0.68 0.07
HSL 348.48º 0.85% 0.54% -
HSV(B) 348.48º 0.84% 0.93% -
XYZ 36.99 19.99 8.93 -
YUV 102.53 113.6 223.91 -
System Red Green Blue C M Y K H S L
Decimal 237 39 77 0 0.84 0.68 0.07 348.48 0.85 0.54
Hex ED 27 4D 0 54 44 7 15C 55 36
Octal 355 47 115 0 124 104 7 534 125 66
Binary 11101101 100111 1001101 0 1010100 1000100 111 101011100 1010101 110110

Color Harmonies of #ED274D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED274D

Black with #ED274D

Text Example


Text Example

White with #ED274D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED274D; }

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

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

background-color css

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

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

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

border-color css

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

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

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