Html Css Color HEX #ED484B Amaranth

📋 copy color: '#ED484B'

red 237 ◦ green 72 ◦ blue 75

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

Shades of Amaranth #ED484B

Tints of Amaranth #ED484B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.75%

 BLUE value IS 75 (29.69% from 255) = 19.53%

R = 61.72%
G = 18.75%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ED484B (or 0xED484B) is known color: Amaranth. HEX triplet: ED, 48 and 4B. RGB value is (237,72,75). Sum of RGB (Red+Green+Blue) = 237+72+75=384 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.72% from 384); Green value is 72 (28.52% from 255 or 18.75% from 384); Blue value is 75 (29.69% from 255 or 19.53% from 384); Max value from RGB is 237 - color contains mainly: red. Hex color #ED484B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED484B is #12B7B4. Grayscale: #797979. Windows color (decimal): -1226677 or 4933869. OLE color: 4933869.

HSL color Cylindrical-coordinate representation of color #ED484B: hue angle of 358.91º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED484B is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 72 75 -
CMYK 0 0.70 0.68 0.07
HSL 358.91º 0.82% 0.61% -
HSV(B) 358.91º 0.7% 0.93% -
XYZ 38.51 23.15 9.09 -
YUV 121.68 101.66 210.26 -
System Red Green Blue C M Y K H S L
Decimal 237 72 75 0 0.70 0.68 0.07 358.91 0.82 0.61
Hex ED 48 4B 0 46 44 7 167 52 3D
Octal 355 110 113 0 106 104 7 547 122 75
Binary 11101101 1001000 1001011 0 1000110 1000100 111 101100111 1010010 111101

Color Harmonies of #ED484B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED484B

Black with #ED484B

Text Example


Text Example

White with #ED484B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED484B; }

 p { color: rgb(237,72,75); }

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

background-color css

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

 a { background-color: rgb(237,72,75); }

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

border-color css

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

 span { border-color: rgb(237,72,75); }

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