Html Css Color HEX #ED4452 Amaranth

📋 copy color: '#ED4452'

red 237 ◦ green 68 ◦ blue 82

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

Shades of Amaranth #ED4452

Tints of Amaranth #ED4452

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.57%

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

R = 61.24%
G = 17.57%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#ED4452 (or 0xED4452) is known color: Amaranth. HEX triplet: ED, 44 and 52. RGB value is (237,68,82). Sum of RGB (Red+Green+Blue) = 237+68+82=387 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.24% from 387); Green value is 68 (26.95% from 255 or 17.57% from 387); Blue value is 82 (32.42% from 255 or 21.19% from 387); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4452 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4452 is #12BBAD. Grayscale: #787878. Windows color (decimal): -1227694 or 5391597. OLE color: 5391597.

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

Color convert

RGB 237 68 82 -
CMYK 0 0.71 0.65 0.07
HSL 355.03º 0.82% 0.6% -
HSV(B) 355.03º 0.71% 0.93% -
XYZ 38.52 22.75 10.34 -
YUV 120.13 106.49 211.36 -
System Red Green Blue C M Y K H S L
Decimal 237 68 82 0 0.71 0.65 0.07 355.03 0.82 0.6
Hex ED 44 52 0 47 41 7 163 52 3C
Octal 355 104 122 0 107 101 7 543 122 74
Binary 11101101 1000100 1010010 0 1000111 1000001 111 101100011 1010010 111100

Color Harmonies of #ED4452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4452

Black with #ED4452

Text Example


Text Example

White with #ED4452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4452; }

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

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

background-color css

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

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

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

border-color css

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

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

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