Html Css Color HEX #ED244B Amaranth

📋 copy color: '#ED244B'

red 237 ◦ green 36 ◦ blue 75

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

Shades of Amaranth #ED244B

Tints of Amaranth #ED244B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.34%

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

R = 68.1%
G = 10.34%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#ED244B (or 0xED244B) is known color: Amaranth. HEX triplet: ED, 24 and 4B. RGB value is (237,36,75). Sum of RGB (Red+Green+Blue) = 237+36+75=348 (46% of max value = 765). Red value is 237 (92.97% from 255 or 68.10% from 348); Green value is 36 (14.45% from 255 or 10.34% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 237 - color contains mainly: red. Hex color #ED244B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED244B is #12DBB4. Grayscale: #646464. Windows color (decimal): -1235893 or 4924653. OLE color: 4924653.

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

Color convert

RGB 237 36 75 -
CMYK 0 0.85 0.68 0.07
HSL 348.36º 0.85% 0.54% -
HSV(B) 348.36º 0.85% 0.93% -
XYZ 36.83 19.77 8.53 -
YUV 100.55 113.59 225.33 -
System Red Green Blue C M Y K H S L
Decimal 237 36 75 0 0.85 0.68 0.07 348.36 0.85 0.54
Hex ED 24 4B 0 55 44 7 15C 55 36
Octal 355 44 113 0 125 104 7 534 125 66
Binary 11101101 100100 1001011 0 1010101 1000100 111 101011100 1010101 110110

Color Harmonies of #ED244B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED244B

Black with #ED244B

Text Example


Text Example

White with #ED244B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED244B; }

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

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

background-color css

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

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

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

border-color css

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

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

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