Html Css Color HEX #ED494B Amaranth

📋 copy color: '#ED494B'

red 237 ◦ green 73 ◦ blue 75

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

Shades of Amaranth #ED494B

Tints of Amaranth #ED494B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.96%

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

R = 61.56%
G = 18.96%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ED494B (or 0xED494B) is known color: Amaranth. HEX triplet: ED, 49 and 4B. RGB value is (237,73,75). Sum of RGB (Red+Green+Blue) = 237+73+75=385 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.56% from 385); Green value is 73 (28.91% from 255 or 18.96% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 237 - color contains mainly: red. Hex color #ED494B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED494B is #12B6B4. Grayscale: #7A7A7A. Windows color (decimal): -1226421 or 4934125. OLE color: 4934125.

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

Color convert

RGB 237 73 75 -
CMYK 0 0.69 0.68 0.07
HSL 359.27º 0.82% 0.61% -
HSV(B) 359.27º 0.69% 0.93% -
XYZ 38.58 23.28 9.12 -
YUV 122.26 101.33 209.84 -
System Red Green Blue C M Y K H S L
Decimal 237 73 75 0 0.69 0.68 0.07 359.27 0.82 0.61
Hex ED 49 4B 0 45 44 7 167 52 3D
Octal 355 111 113 0 105 104 7 547 122 75
Binary 11101101 1001001 1001011 0 1000101 1000100 111 101100111 1010010 111101

Color Harmonies of #ED494B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED494B

Black with #ED494B

Text Example


Text Example

White with #ED494B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED494B; }

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

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

background-color css

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

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

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

border-color css

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

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

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