Html Css Color HEX #EB4048 Amaranth

📋 copy color: '#EB4048'

red 235 ◦ green 64 ◦ blue 72

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

Shades of Amaranth #EB4048

Tints of Amaranth #EB4048

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.25%

 BLUE value IS 72 (28.52% from 255) = 19.41%

R = 63.34%
G = 17.25%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EB4048 (or 0xEB4048) is known color: Amaranth. HEX triplet: EB, 40 and 48. RGB value is (235,64,72). Sum of RGB (Red+Green+Blue) = 235+64+72=371 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.34% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4048 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4048 is #14BFB7. Grayscale: #747474. Windows color (decimal): -1359800 or 4735211. OLE color: 4735211.

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

Color convert

RGB 235 64 72 -
CMYK 0 0.73 0.69 0.08
HSL 357.19º 0.81% 0.59% -
HSV(B) 357.19º 0.73% 0.92% -
XYZ 37.26 21.8 8.37 -
YUV 116.04 103.15 212.85 -
System Red Green Blue C M Y K H S L
Decimal 235 64 72 0 0.73 0.69 0.08 357.19 0.81 0.59
Hex EB 40 48 0 49 45 8 165 51 3B
Octal 353 100 110 0 111 105 10 545 121 73
Binary 11101011 1000000 1001000 0 1001001 1000101 1000 101100101 1010001 111011

Color Harmonies of #EB4048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4048

Black with #EB4048

Text Example


Text Example

White with #EB4048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4048; }

 p { color: rgb(235,64,72); }

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

background-color css

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

 a { background-color: rgb(235,64,72); }

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

border-color css

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

 span { border-color: rgb(235,64,72); }

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