Html Css Color HEX #ED2E45 Amaranth

📋 copy color: '#ED2E45'

red 237 ◦ green 46 ◦ blue 69

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

Shades of Amaranth #ED2E45

Tints of Amaranth #ED2E45

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.07%

 BLUE value IS 69 (27.34% from 255) = 19.6%

R = 67.33%
G = 13.07%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#ED2E45 (or 0xED2E45) is known color: Amaranth. HEX triplet: ED, 2E and 45. RGB value is (237,46,69). Sum of RGB (Red+Green+Blue) = 237+46+69=352 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.33% from 352); Green value is 46 (18.36% from 255 or 13.07% from 352); Blue value is 69 (27.34% from 255 or 19.60% from 352); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2E45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2E45 is #12D1BA. Grayscale: #696969. Windows color (decimal): -1233339 or 4533997. OLE color: 4533997.

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

Color convert

RGB 237 46 69 -
CMYK 0 0.81 0.71 0.07
HSL 352.77º 0.84% 0.55% -
HSV(B) 352.77º 0.81% 0.93% -
XYZ 36.98 20.39 7.62 -
YUV 105.73 107.28 221.63 -
System Red Green Blue C M Y K H S L
Decimal 237 46 69 0 0.81 0.71 0.07 352.77 0.84 0.55
Hex ED 2E 45 0 51 47 7 161 54 37
Octal 355 56 105 0 121 107 7 541 124 67
Binary 11101101 101110 1000101 0 1010001 1000111 111 101100001 1010100 110111

Color Harmonies of #ED2E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2E45

Black with #ED2E45

Text Example


Text Example

White with #ED2E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2E45; }

 p { color: rgb(237,46,69); }

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

background-color css

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

 a { background-color: rgb(237,46,69); }

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

border-color css

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

 span { border-color: rgb(237,46,69); }

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