Html Css Color HEX #EB2446 Amaranth

📋 copy color: '#EB2446'

red 235 ◦ green 36 ◦ blue 70

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

Shades of Amaranth #EB2446

Tints of Amaranth #EB2446

RGB

 RED value IS 235 (92.19% from 255) = 68.91%

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

 BLUE value IS 70 (27.73% from 255) = 20.53%

R = 68.91%
G = 10.56%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EB2446 (or 0xEB2446) is known color: Amaranth. HEX triplet: EB, 24 and 46. RGB value is (235,36,70). Sum of RGB (Red+Green+Blue) = 235+36+70=341 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.91% from 341); Green value is 36 (14.45% from 255 or 10.56% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2446 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2446 is #14DBB9. Grayscale: #636363. Windows color (decimal): -1366970 or 4596971. OLE color: 4596971.

HSL color Cylindrical-coordinate representation of color #EB2446: hue angle of 349.75º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EB2446 is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 36 70 -
CMYK 0 0.85 0.70 0.08
HSL 349.75º 0.83% 0.53% -
HSV(B) 349.75º 0.85% 0.92% -
XYZ 36 19.37 7.64 -
YUV 99.38 111.43 224.74 -
System Red Green Blue C M Y K H S L
Decimal 235 36 70 0 0.85 0.70 0.08 349.75 0.83 0.53
Hex EB 24 46 0 55 46 8 15E 53 35
Octal 353 44 106 0 125 106 10 536 123 65
Binary 11101011 100100 1000110 0 1010101 1000110 1000 101011110 1010011 110101

Color Harmonies of #EB2446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2446

Black with #EB2446

Text Example


Text Example

White with #EB2446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2446; }

 p { color: rgb(235,36,70); }

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

background-color css

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

 a { background-color: rgb(235,36,70); }

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

border-color css

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

 span { border-color: rgb(235,36,70); }

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