Html Css Color HEX #EA3446 Amaranth

📋 copy color: '#EA3446'

red 234 ◦ green 52 ◦ blue 70

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

Shades of Amaranth #EA3446

Tints of Amaranth #EA3446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.66%

R = 65.73%
G = 14.61%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EA3446 (or 0xEA3446) is known color: Amaranth. HEX triplet: EA, 34 and 46. RGB value is (234,52,70). Sum of RGB (Red+Green+Blue) = 234+52+70=356 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.73% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3446 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3446 is #15CBB9. Grayscale: #6C6C6C. Windows color (decimal): -1428410 or 4601066. OLE color: 4601066.

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

Color convert

RGB 234 52 70 -
CMYK 0 0.78 0.70 0.08
HSL 354.07º 0.81% 0.56% -
HSV(B) 354.07º 0.78% 0.92% -
XYZ 36.27 20.39 7.82 -
YUV 108.47 106.3 217.54 -
System Red Green Blue C M Y K H S L
Decimal 234 52 70 0 0.78 0.70 0.08 354.07 0.81 0.56
Hex EA 34 46 0 4E 46 8 162 51 38
Octal 352 64 106 0 116 106 10 542 121 70
Binary 11101010 110100 1000110 0 1001110 1000110 1000 101100010 1010001 111000

Color Harmonies of #EA3446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3446

Black with #EA3446

Text Example


Text Example

White with #EA3446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3446; }

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

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

background-color css

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

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

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

border-color css

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

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

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