Html Css Color HEX #ED464B Amaranth

📋 copy color: '#ED464B'

red 237 ◦ green 70 ◦ blue 75

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

Shades of Amaranth #ED464B

Tints of Amaranth #ED464B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.32%

 BLUE value IS 75 (29.69% from 255) = 19.63%

R = 62.04%
G = 18.32%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ED464B (or 0xED464B) is known color: Amaranth. HEX triplet: ED, 46 and 4B. RGB value is (237,70,75). Sum of RGB (Red+Green+Blue) = 237+70+75=382 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.04% from 382); Green value is 70 (27.73% from 255 or 18.32% from 382); Blue value is 75 (29.69% from 255 or 19.63% from 382); Max value from RGB is 237 - color contains mainly: red. Hex color #ED464B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED464B is #12B9B4. Grayscale: #787878. Windows color (decimal): -1227189 or 4933357. OLE color: 4933357.

HSL color Cylindrical-coordinate representation of color #ED464B: hue angle of 358.2º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED464B is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 70 75 -
CMYK 0 0.70 0.68 0.07
HSL 358.2º 0.82% 0.6% -
HSV(B) 358.2º 0.7% 0.93% -
XYZ 38.39 22.89 9.05 -
YUV 120.5 102.33 211.09 -
System Red Green Blue C M Y K H S L
Decimal 237 70 75 0 0.70 0.68 0.07 358.2 0.82 0.6
Hex ED 46 4B 0 46 44 7 166 52 3C
Octal 355 106 113 0 106 104 7 546 122 74
Binary 11101101 1000110 1001011 0 1000110 1000100 111 101100110 1010010 111100

Color Harmonies of #ED464B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED464B

Black with #ED464B

Text Example


Text Example

White with #ED464B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED464B; }

 p { color: rgb(237,70,75); }

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

background-color css

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

 a { background-color: rgb(237,70,75); }

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

border-color css

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

 span { border-color: rgb(237,70,75); }

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