Html Css Color HEX #EB4047 Amaranth

📋 copy color: '#EB4047'

red 235 ◦ green 64 ◦ blue 71

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

Shades of Amaranth #EB4047

Tints of Amaranth #EB4047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.19%

R = 63.51%
G = 17.3%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EB4047 (or 0xEB4047) is known color: Amaranth. HEX triplet: EB, 40 and 47. RGB value is (235,64,71). Sum of RGB (Red+Green+Blue) = 235+64+71=370 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.51% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 71 (28.12% from 255 or 19.19% from 370); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4047 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB4047 is #14BFB8. Grayscale: #747474. Windows color (decimal): -1359801 or 4669675. OLE color: 4669675.

HSL color Cylindrical-coordinate representation of color #EB4047: hue angle of 357.54º 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 #EB4047 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 64 71 -
CMYK 0 0.73 0.70 0.08
HSL 357.54º 0.81% 0.59% -
HSV(B) 357.54º 0.73% 0.92% -
XYZ 37.23 21.78 8.2 -
YUV 115.93 102.65 212.93 -
System Red Green Blue C M Y K H S L
Decimal 235 64 71 0 0.73 0.70 0.08 357.54 0.81 0.59
Hex EB 40 47 0 49 46 8 166 51 3B
Octal 353 100 107 0 111 106 10 546 121 73
Binary 11101011 1000000 1000111 0 1001001 1000110 1000 101100110 1010001 111011

Color Harmonies of #EB4047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4047

Black with #EB4047

Text Example


Text Example

White with #EB4047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4047; }

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

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

background-color css

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

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

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

border-color css

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

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

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