Html Css Color HEX #EA3448 Amaranth

📋 copy color: '#EA3448'

red 234 ◦ green 52 ◦ blue 72

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

Shades of Amaranth #EA3448

Tints of Amaranth #EA3448

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.53%

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

R = 65.36%
G = 14.53%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EA3448 (or 0xEA3448) is known color: Amaranth. HEX triplet: EA, 34 and 48. RGB value is (234,52,72). Sum of RGB (Red+Green+Blue) = 234+52+72=358 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.36% from 358); Green value is 52 (20.70% from 255 or 14.53% from 358); Blue value is 72 (28.52% from 255 or 20.11% from 358); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3448 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3448 is #15CBB7. Grayscale: #6C6C6C. Windows color (decimal): -1428408 or 4732138. OLE color: 4732138.

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

Color convert

RGB 234 52 72 -
CMYK 0 0.78 0.69 0.08
HSL 353.41º 0.81% 0.56% -
HSV(B) 353.41º 0.78% 0.92% -
XYZ 36.33 20.42 8.16 -
YUV 108.7 107.3 217.37 -
System Red Green Blue C M Y K H S L
Decimal 234 52 72 0 0.78 0.69 0.08 353.41 0.81 0.56
Hex EA 34 48 0 4E 45 8 161 51 38
Octal 352 64 110 0 116 105 10 541 121 70
Binary 11101010 110100 1001000 0 1001110 1000101 1000 101100001 1010001 111000

Color Harmonies of #EA3448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3448

Black with #EA3448

Text Example


Text Example

White with #EA3448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3448; }

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

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

background-color css

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

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

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

border-color css

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

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

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