Html Css Color HEX #EA2748 Amaranth

📋 copy color: '#EA2748'

red 234 ◦ green 39 ◦ blue 72

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

Shades of Amaranth #EA2748

Tints of Amaranth #EA2748

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.3%

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

R = 67.83%
G = 11.3%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EA2748 (or 0xEA2748) is known color: Amaranth. HEX triplet: EA, 27 and 48. RGB value is (234,39,72). Sum of RGB (Red+Green+Blue) = 234+39+72=345 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.83% from 345); Green value is 39 (15.62% from 255 or 11.30% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2748 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2748 is #15D8B7. Grayscale: #656565. Windows color (decimal): -1431736 or 4728810. OLE color: 4728810.

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

Color convert

RGB 234 39 72 -
CMYK 0 0.83 0.69 0.08
HSL 349.85º 0.82% 0.54% -
HSV(B) 349.85º 0.83% 0.92% -
XYZ 35.83 19.41 7.99 -
YUV 101.07 111.6 222.82 -
System Red Green Blue C M Y K H S L
Decimal 234 39 72 0 0.83 0.69 0.08 349.85 0.82 0.54
Hex EA 27 48 0 53 45 8 15E 52 36
Octal 352 47 110 0 123 105 10 536 122 66
Binary 11101010 100111 1001000 0 1010011 1000101 1000 101011110 1010010 110110

Color Harmonies of #EA2748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2748

Black with #EA2748

Text Example


Text Example

White with #EA2748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2748; }

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

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

background-color css

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

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

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

border-color css

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

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

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