Html Css Color HEX #EA4048 Amaranth

📋 copy color: '#EA4048'

red 234 ◦ green 64 ◦ blue 72

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

Shades of Amaranth #EA4048

Tints of Amaranth #EA4048

RGB

 RED value IS 234 (91.8% from 255) = 63.24%

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

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

R = 63.24%
G = 17.3%
B = 19.46%

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

#EA4048 (or 0xEA4048) is known color: Amaranth. HEX triplet: EA, 40 and 48. RGB value is (234,64,72). Sum of RGB (Red+Green+Blue) = 234+64+72=370 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.24% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 72 (28.52% from 255 or 19.46% from 370); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4048 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4048 is #15BFB7. Grayscale: #737373. Windows color (decimal): -1425336 or 4735210. OLE color: 4735210.

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

Color convert

RGB 234 64 72 -
CMYK 0 0.73 0.69 0.08
HSL 357.18º 0.8% 0.58% -
HSV(B) 357.18º 0.73% 0.92% -
XYZ 36.93 21.63 8.36 -
YUV 115.74 103.32 212.35 -
System Red Green Blue C M Y K H S L
Decimal 234 64 72 0 0.73 0.69 0.08 357.18 0.8 0.58
Hex EA 40 48 0 49 45 8 165 50 3A
Octal 352 100 110 0 111 105 10 545 120 72
Binary 11101010 1000000 1001000 0 1001001 1000101 1000 101100101 1010000 111010

Color Harmonies of #EA4048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4048

Black with #EA4048

Text Example


Text Example

White with #EA4048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4048; }

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

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

background-color css

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

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

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

border-color css

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

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

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