Html Css Color HEX #EA2044 Amaranth

📋 copy color: '#EA2044'

red 234 ◦ green 32 ◦ blue 68

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

Shades of Amaranth #EA2044

Tints of Amaranth #EA2044

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.58%

 BLUE value IS 68 (26.95% from 255) = 20.36%

R = 70.06%
G = 9.58%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EA2044 (or 0xEA2044) is known color: Amaranth. HEX triplet: EA, 20 and 44. RGB value is (234,32,68). Sum of RGB (Red+Green+Blue) = 234+32+68=334 (44% of max value = 765). Red value is 234 (91.80% from 255 or 70.06% from 334); Green value is 32 (12.89% from 255 or 9.58% from 334); Blue value is 68 (26.95% from 255 or 20.36% from 334); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2044 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2044 is #15DFBB. Grayscale: #606060. Windows color (decimal): -1433532 or 4464874. OLE color: 4464874.

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

Color convert

RGB 234 32 68 -
CMYK 0 0.86 0.71 0.08
HSL 349.31º 0.83% 0.52% -
HSV(B) 349.31º 0.86% 0.92% -
XYZ 35.49 18.94 7.25 -
YUV 96.5 111.92 226.07 -
System Red Green Blue C M Y K H S L
Decimal 234 32 68 0 0.86 0.71 0.08 349.31 0.83 0.52
Hex EA 20 44 0 56 47 8 15D 53 34
Octal 352 40 104 0 126 107 10 535 123 64
Binary 11101010 100000 1000100 0 1010110 1000111 1000 101011101 1010011 110100

Color Harmonies of #EA2044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2044

Black with #EA2044

Text Example


Text Example

White with #EA2044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2044; }

 p { color: rgb(234,32,68); }

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

background-color css

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

 a { background-color: rgb(234,32,68); }

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

border-color css

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

 span { border-color: rgb(234,32,68); }

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