Html Css Color HEX #ED234F Amaranth

📋 copy color: '#ED234F'

red 237 ◦ green 35 ◦ blue 79

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

Shades of Amaranth #ED234F

Tints of Amaranth #ED234F

RGB

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

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

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

R = 67.52%
G = 9.97%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#ED234F (or 0xED234F) is known color: Amaranth. HEX triplet: ED, 23 and 4F. RGB value is (237,35,79). Sum of RGB (Red+Green+Blue) = 237+35+79=351 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.52% from 351); Green value is 35 (14.06% from 255 or 9.97% from 351); Blue value is 79 (31.25% from 255 or 22.51% from 351); Max value from RGB is 237 - color contains mainly: red. Hex color #ED234F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED234F is #12DCB0. Grayscale: #646464. Windows color (decimal): -1236145 or 5186541. OLE color: 5186541.

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

Color convert

RGB 237 35 79 -
CMYK 0 0.85 0.67 0.07
HSL 346.93º 0.85% 0.53% -
HSV(B) 346.93º 0.85% 0.93% -
XYZ 36.94 19.77 9.27 -
YUV 100.41 115.92 225.42 -
System Red Green Blue C M Y K H S L
Decimal 237 35 79 0 0.85 0.67 0.07 346.93 0.85 0.53
Hex ED 23 4F 0 55 43 7 15B 55 35
Octal 355 43 117 0 125 103 7 533 125 65
Binary 11101101 100011 1001111 0 1010101 1000011 111 101011011 1010101 110101

Color Harmonies of #ED234F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED234F

Black with #ED234F

Text Example


Text Example

White with #ED234F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED234F; }

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

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

background-color css

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

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

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

border-color css

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

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

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