Html Css Color HEX #EB4446 Amaranth

📋 copy color: '#EB4446'

red 235 ◦ green 68 ◦ blue 70

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

Shades of Amaranth #EB4446

Tints of Amaranth #EB4446

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.23%

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

R = 63%
G = 18.23%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EB4446 (or 0xEB4446) is known color: Amaranth. HEX triplet: EB, 44 and 46. RGB value is (235,68,70). Sum of RGB (Red+Green+Blue) = 235+68+70=373 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.00% from 373); Green value is 68 (26.95% from 255 or 18.23% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4446 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4446 is #14BBB9. Grayscale: #767676. Windows color (decimal): -1358778 or 4605163. OLE color: 4605163.

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

Color convert

RGB 235 68 70 -
CMYK 0 0.71 0.70 0.08
HSL 359.28º 0.81% 0.59% -
HSV(B) 359.28º 0.71% 0.92% -
XYZ 37.43 22.24 8.11 -
YUV 118.16 100.83 211.34 -
System Red Green Blue C M Y K H S L
Decimal 235 68 70 0 0.71 0.70 0.08 359.28 0.81 0.59
Hex EB 44 46 0 47 46 8 167 51 3B
Octal 353 104 106 0 107 106 10 547 121 73
Binary 11101011 1000100 1000110 0 1000111 1000110 1000 101100111 1010001 111011

Color Harmonies of #EB4446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4446

Black with #EB4446

Text Example


Text Example

White with #EB4446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4446; }

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

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

background-color css

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

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

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

border-color css

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

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

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