Html Css Color HEX #ED434E Amaranth

📋 copy color: '#ED434E'

red 237 ◦ green 67 ◦ blue 78

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

Shades of Amaranth #ED434E

Tints of Amaranth #ED434E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.42%

R = 62.04%
G = 17.54%
B = 20.42%

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

#ED434E (or 0xED434E) is known color: Amaranth. HEX triplet: ED, 43 and 4E. RGB value is (237,67,78). Sum of RGB (Red+Green+Blue) = 237+67+78=382 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.04% from 382); Green value is 67 (26.56% from 255 or 17.54% from 382); Blue value is 78 (30.86% from 255 or 20.42% from 382); Max value from RGB is 237 - color contains mainly: red. Hex color #ED434E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED434E is #12BCB1. Grayscale: #777777. Windows color (decimal): -1227954 or 5129197. OLE color: 5129197.

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

Color convert

RGB 237 67 78 -
CMYK 0 0.72 0.67 0.07
HSL 356.12º 0.83% 0.6% -
HSV(B) 356.12º 0.72% 0.93% -
XYZ 38.31 22.57 9.54 -
YUV 119.08 104.82 212.11 -
System Red Green Blue C M Y K H S L
Decimal 237 67 78 0 0.72 0.67 0.07 356.12 0.83 0.6
Hex ED 43 4E 0 48 43 7 164 53 3C
Octal 355 103 116 0 110 103 7 544 123 74
Binary 11101101 1000011 1001110 0 1001000 1000011 111 101100100 1010011 111100

Color Harmonies of #ED434E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED434E

Black with #ED434E

Text Example


Text Example

White with #ED434E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED434E; }

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

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

background-color css

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

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

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

border-color css

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

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

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