Html Css Color HEX #ED245A Amaranth

📋 copy color: '#ED245A'

red 237 ◦ green 36 ◦ blue 90

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

Shades of Amaranth #ED245A

Tints of Amaranth #ED245A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.79%

R = 65.29%
G = 9.92%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED245A (or 0xED245A) is known color: Amaranth. HEX triplet: ED, 24 and 5A. RGB value is (237,36,90). Sum of RGB (Red+Green+Blue) = 237+36+90=363 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.29% from 363); Green value is 36 (14.45% from 255 or 9.92% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 237 - color contains mainly: red. Hex color #ED245A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED245A is #12DBA5. Grayscale: #666666. Windows color (decimal): -1235878 or 5907693. OLE color: 5907693.

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

Color convert

RGB 237 36 90 -
CMYK 0 0.85 0.62 0.07
HSL 343.88º 0.85% 0.54% -
HSV(B) 343.88º 0.85% 0.93% -
XYZ 37.4 20 11.56 -
YUV 102.26 121.09 224.11 -
System Red Green Blue C M Y K H S L
Decimal 237 36 90 0 0.85 0.62 0.07 343.88 0.85 0.54
Hex ED 24 5A 0 55 3E 7 158 55 36
Octal 355 44 132 0 125 76 7 530 125 66
Binary 11101101 100100 1011010 0 1010101 111110 111 101011000 1010101 110110

Color Harmonies of #ED245A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED245A

Black with #ED245A

Text Example


Text Example

White with #ED245A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED245A; }

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

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

background-color css

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

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

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

border-color css

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

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

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