Html Css Color HEX #ED245F Amaranth

📋 copy color: '#ED245F'

red 237 ◦ green 36 ◦ blue 95

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

Shades of Amaranth #ED245F

Tints of Amaranth #ED245F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.78%

 BLUE value IS 95 (37.5% from 255) = 25.82%

R = 64.4%
G = 9.78%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#ED245F (or 0xED245F) is known color: Amaranth. HEX triplet: ED, 24 and 5F. RGB value is (237,36,95). Sum of RGB (Red+Green+Blue) = 237+36+95=368 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.40% from 368); Green value is 36 (14.45% from 255 or 9.78% from 368); Blue value is 95 (37.5% from 255 or 25.82% from 368); Max value from RGB is 237 - color contains mainly: red. Hex color #ED245F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED245F is #12DBA0. Grayscale: #666666. Windows color (decimal): -1235873 or 6235373. OLE color: 6235373.

HSL color Cylindrical-coordinate representation of color #ED245F: hue angle of 342.39º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED245F is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 36 95 -
CMYK 0 0.85 0.60 0.07
HSL 342.39º 0.85% 0.54% -
HSV(B) 342.39º 0.85% 0.93% -
XYZ 37.62 20.09 12.72 -
YUV 102.83 123.59 223.7 -
System Red Green Blue C M Y K H S L
Decimal 237 36 95 0 0.85 0.60 0.07 342.39 0.85 0.54
Hex ED 24 5F 0 55 3C 7 156 55 36
Octal 355 44 137 0 125 74 7 526 125 66
Binary 11101101 100100 1011111 0 1010101 111100 111 101010110 1010101 110110

Color Harmonies of #ED245F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED245F

Black with #ED245F

Text Example


Text Example

White with #ED245F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED245F; }

 p { color: rgb(237,36,95); }

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

background-color css

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

 a { background-color: rgb(237,36,95); }

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

border-color css

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

 span { border-color: rgb(237,36,95); }

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