Html Css Color HEX #ED434D Amaranth

📋 copy color: '#ED434D'

red 237 ◦ green 67 ◦ blue 77

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

Shades of Amaranth #ED434D

Tints of Amaranth #ED434D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.21%

R = 62.2%
G = 17.59%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ED434D (or 0xED434D) is known color: Amaranth. HEX triplet: ED, 43 and 4D. RGB value is (237,67,77). Sum of RGB (Red+Green+Blue) = 237+67+77=381 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.20% from 381); Green value is 67 (26.56% from 255 or 17.59% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 237 - color contains mainly: red. Hex color #ED434D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED434D is #12BCB2. Grayscale: #777777. Windows color (decimal): -1227955 or 5063661. OLE color: 5063661.

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

Color convert

RGB 237 67 77 -
CMYK 0 0.72 0.68 0.07
HSL 356.47º 0.83% 0.6% -
HSV(B) 356.47º 0.72% 0.93% -
XYZ 38.27 22.55 9.36 -
YUV 118.97 104.32 212.19 -
System Red Green Blue C M Y K H S L
Decimal 237 67 77 0 0.72 0.68 0.07 356.47 0.83 0.6
Hex ED 43 4D 0 48 44 7 164 53 3C
Octal 355 103 115 0 110 104 7 544 123 74
Binary 11101101 1000011 1001101 0 1001000 1000100 111 101100100 1010011 111100

Color Harmonies of #ED434D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED434D

Black with #ED434D

Text Example


Text Example

White with #ED434D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED434D; }

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

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

background-color css

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

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

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

border-color css

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

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

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