Html Css Color HEX #ED234A Amaranth

📋 copy color: '#ED234A'

red 237 ◦ green 35 ◦ blue 74

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

Shades of Amaranth #ED234A

Tints of Amaranth #ED234A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.12%

 BLUE value IS 74 (29.3% from 255) = 21.39%

R = 68.5%
G = 10.12%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ED234A (or 0xED234A) is known color: Amaranth. HEX triplet: ED, 23 and 4A. RGB value is (237,35,74). Sum of RGB (Red+Green+Blue) = 237+35+74=346 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.50% from 346); Green value is 35 (14.06% from 255 or 10.12% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 237 - color contains mainly: red. Hex color #ED234A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED234A is #12DCB5. Grayscale: #636363. Windows color (decimal): -1236150 or 4858861. OLE color: 4858861.

HSL color Cylindrical-coordinate representation of color #ED234A: hue angle of 348.42º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED234A is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 35 74 -
CMYK 0 0.85 0.69 0.07
HSL 348.42º 0.85% 0.53% -
HSV(B) 348.42º 0.85% 0.93% -
XYZ 36.76 19.7 8.34 -
YUV 99.84 113.42 225.83 -
System Red Green Blue C M Y K H S L
Decimal 237 35 74 0 0.85 0.69 0.07 348.42 0.85 0.53
Hex ED 23 4A 0 55 45 7 15C 55 35
Octal 355 43 112 0 125 105 7 534 125 65
Binary 11101101 100011 1001010 0 1010101 1000101 111 101011100 1010101 110101

Color Harmonies of #ED234A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED234A

Black with #ED234A

Text Example


Text Example

White with #ED234A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED234A; }

 p { color: rgb(237,35,74); }

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

background-color css

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

 a { background-color: rgb(237,35,74); }

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

border-color css

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

 span { border-color: rgb(237,35,74); }

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