Html Css Color HEX #ED2252 Amaranth

📋 copy color: '#ED2252'

red 237 ◦ green 34 ◦ blue 82

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

Shades of Amaranth #ED2252

Tints of Amaranth #ED2252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.23%

R = 67.14%
G = 9.63%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#ED2252 (or 0xED2252) is known color: Amaranth. HEX triplet: ED, 22 and 52. RGB value is (237,34,82). Sum of RGB (Red+Green+Blue) = 237+34+82=353 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.14% from 353); Green value is 34 (13.67% from 255 or 9.63% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2252 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2252 is #12DDAD. Grayscale: #646464. Windows color (decimal): -1236398 or 5382893. OLE color: 5382893.

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

Color convert

RGB 237 34 82 -
CMYK 0 0.86 0.65 0.07
HSL 345.81º 0.85% 0.53% -
HSV(B) 345.81º 0.86% 0.93% -
XYZ 37.02 19.76 9.85 -
YUV 100.17 117.75 225.6 -
System Red Green Blue C M Y K H S L
Decimal 237 34 82 0 0.86 0.65 0.07 345.81 0.85 0.53
Hex ED 22 52 0 56 41 7 15A 55 35
Octal 355 42 122 0 126 101 7 532 125 65
Binary 11101101 100010 1010010 0 1010110 1000001 111 101011010 1010101 110101

Color Harmonies of #ED2252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2252

Black with #ED2252

Text Example


Text Example

White with #ED2252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2252; }

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

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

background-color css

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

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

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

border-color css

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

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

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