Html Css Color HEX #ED334C Amaranth

📋 copy color: '#ED334C'

red 237 ◦ green 51 ◦ blue 76

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

Shades of Amaranth #ED334C

Tints of Amaranth #ED334C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.01%

 BLUE value IS 76 (30.08% from 255) = 20.88%

R = 65.11%
G = 14.01%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ED334C (or 0xED334C) is known color: Amaranth. HEX triplet: ED, 33 and 4C. RGB value is (237,51,76). Sum of RGB (Red+Green+Blue) = 237+51+76=364 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.11% from 364); Green value is 51 (20.31% from 255 or 14.01% from 364); Blue value is 76 (30.08% from 255 or 20.88% from 364); Max value from RGB is 237 - color contains mainly: red. Hex color #ED334C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED334C is #12CCB3. Grayscale: #6D6D6D. Windows color (decimal): -1232052 or 4994029. OLE color: 4994029.

HSL color Cylindrical-coordinate representation of color #ED334C: hue angle of 351.94º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED334C is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 51 76 -
CMYK 0 0.78 0.68 0.07
HSL 351.94º 0.84% 0.56% -
HSV(B) 351.94º 0.78% 0.93% -
XYZ 37.41 20.89 8.9 -
YUV 109.46 109.12 218.97 -
System Red Green Blue C M Y K H S L
Decimal 237 51 76 0 0.78 0.68 0.07 351.94 0.84 0.56
Hex ED 33 4C 0 4E 44 7 160 54 38
Octal 355 63 114 0 116 104 7 540 124 70
Binary 11101101 110011 1001100 0 1001110 1000100 111 101100000 1010100 111000

Color Harmonies of #ED334C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED334C

Black with #ED334C

Text Example


Text Example

White with #ED334C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED334C; }

 p { color: rgb(237,51,76); }

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

background-color css

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

 a { background-color: rgb(237,51,76); }

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

border-color css

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

 span { border-color: rgb(237,51,76); }

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