Html Css Color HEX #ED4352 Amaranth

📋 copy color: '#ED4352'

red 237 ◦ green 67 ◦ blue 82

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

Shades of Amaranth #ED4352

Tints of Amaranth #ED4352

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.36%

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

R = 61.4%
G = 17.36%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#ED4352 (or 0xED4352) is known color: Amaranth. HEX triplet: ED, 43 and 52. RGB value is (237,67,82). Sum of RGB (Red+Green+Blue) = 237+67+82=386 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.40% from 386); Green value is 67 (26.56% from 255 or 17.36% from 386); Blue value is 82 (32.42% from 255 or 21.24% from 386); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4352 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4352 is #12BCAD. Grayscale: #777777. Windows color (decimal): -1227950 or 5391341. OLE color: 5391341.

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

Color convert

RGB 237 67 82 -
CMYK 0 0.72 0.65 0.07
HSL 354.71º 0.83% 0.6% -
HSV(B) 354.71º 0.72% 0.93% -
XYZ 38.46 22.63 10.32 -
YUV 119.54 106.82 211.78 -
System Red Green Blue C M Y K H S L
Decimal 237 67 82 0 0.72 0.65 0.07 354.71 0.83 0.6
Hex ED 43 52 0 48 41 7 163 53 3C
Octal 355 103 122 0 110 101 7 543 123 74
Binary 11101101 1000011 1010010 0 1001000 1000001 111 101100011 1010011 111100

Color Harmonies of #ED4352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4352

Black with #ED4352

Text Example


Text Example

White with #ED4352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4352; }

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

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

background-color css

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

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

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

border-color css

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

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

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