Html Css Color HEX #ED3D4B Amaranth

📋 copy color: '#ED3D4B'

red 237 ◦ green 61 ◦ blue 75

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

Shades of Amaranth #ED3D4B

Tints of Amaranth #ED3D4B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.35%

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

R = 63.54%
G = 16.35%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ED3D4B (or 0xED3D4B) is known color: Amaranth. HEX triplet: ED, 3D and 4B. RGB value is (237,61,75). Sum of RGB (Red+Green+Blue) = 237+61+75=373 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.54% from 373); Green value is 61 (24.22% from 255 or 16.35% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3D4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3D4B is #12C2B4. Grayscale: #737373. Windows color (decimal): -1229493 or 4931053. OLE color: 4931053.

HSL color Cylindrical-coordinate representation of color #ED3D4B: hue angle of 355.23º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ED3D4B is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 61 75 -
CMYK 0 0.74 0.68 0.07
HSL 355.23º 0.83% 0.58% -
HSV(B) 355.23º 0.74% 0.93% -
XYZ 37.86 21.85 8.88 -
YUV 115.22 105.31 214.86 -
System Red Green Blue C M Y K H S L
Decimal 237 61 75 0 0.74 0.68 0.07 355.23 0.83 0.58
Hex ED 3D 4B 0 4A 44 7 163 53 3A
Octal 355 75 113 0 112 104 7 543 123 72
Binary 11101101 111101 1001011 0 1001010 1000100 111 101100011 1010011 111010

Color Harmonies of #ED3D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3D4B

Black with #ED3D4B

Text Example


Text Example

White with #ED3D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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