Html Css Color HEX #ED434F Amaranth

📋 copy color: '#ED434F'

red 237 ◦ green 67 ◦ blue 79

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

Shades of Amaranth #ED434F

Tints of Amaranth #ED434F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.63%

R = 61.88%
G = 17.49%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#ED434F (or 0xED434F) is known color: Amaranth. HEX triplet: ED, 43 and 4F. RGB value is (237,67,79). Sum of RGB (Red+Green+Blue) = 237+67+79=383 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.88% from 383); Green value is 67 (26.56% from 255 or 17.49% from 383); Blue value is 79 (31.25% from 255 or 20.63% from 383); Max value from RGB is 237 - color contains mainly: red. Hex color #ED434F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED434F is #12BCB0. Grayscale: #777777. Windows color (decimal): -1227953 or 5194733. OLE color: 5194733.

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

Color convert

RGB 237 67 79 -
CMYK 0 0.72 0.67 0.07
HSL 355.76º 0.83% 0.6% -
HSV(B) 355.76º 0.72% 0.93% -
XYZ 38.34 22.58 9.74 -
YUV 119.2 105.32 212.02 -
System Red Green Blue C M Y K H S L
Decimal 237 67 79 0 0.72 0.67 0.07 355.76 0.83 0.6
Hex ED 43 4F 0 48 43 7 164 53 3C
Octal 355 103 117 0 110 103 7 544 123 74
Binary 11101101 1000011 1001111 0 1001000 1000011 111 101100100 1010011 111100

Color Harmonies of #ED434F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED434F

Black with #ED434F

Text Example


Text Example

White with #ED434F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED434F; }

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

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

background-color css

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

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

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

border-color css

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

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

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