Html Css Color HEX #ED225A Amaranth

📋 copy color: '#ED225A'

red 237 ◦ green 34 ◦ blue 90

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

Shades of Amaranth #ED225A

Tints of Amaranth #ED225A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.42%

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

R = 65.65%
G = 9.42%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#ED225A (or 0xED225A) is known color: Amaranth. HEX triplet: ED, 22 and 5A. RGB value is (237,34,90). Sum of RGB (Red+Green+Blue) = 237+34+90=361 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.65% from 361); Green value is 34 (13.67% from 255 or 9.42% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 237 - color contains mainly: red. Hex color #ED225A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED225A is #12DDA5. Grayscale: #656565. Windows color (decimal): -1236390 or 5907181. OLE color: 5907181.

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

Color convert

RGB 237 34 90 -
CMYK 0 0.86 0.62 0.07
HSL 343.45º 0.85% 0.53% -
HSV(B) 343.45º 0.86% 0.93% -
XYZ 37.34 19.89 11.54 -
YUV 101.08 121.75 224.95 -
System Red Green Blue C M Y K H S L
Decimal 237 34 90 0 0.86 0.62 0.07 343.45 0.85 0.53
Hex ED 22 5A 0 56 3E 7 157 55 35
Octal 355 42 132 0 126 76 7 527 125 65
Binary 11101101 100010 1011010 0 1010110 111110 111 101010111 1010101 110101

Color Harmonies of #ED225A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED225A

Black with #ED225A

Text Example


Text Example

White with #ED225A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED225A; }

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

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

background-color css

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

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

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

border-color css

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

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

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