Html Css Color HEX #EA2045 Amaranth

📋 copy color: '#EA2045'

red 234 ◦ green 32 ◦ blue 69

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

Shades of Amaranth #EA2045

Tints of Amaranth #EA2045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.6%

R = 69.85%
G = 9.55%
B = 20.6%

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

#EA2045 (or 0xEA2045) is known color: Amaranth. HEX triplet: EA, 20 and 45. RGB value is (234,32,69). Sum of RGB (Red+Green+Blue) = 234+32+69=335 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.85% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2045 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2045 is #15DFBA. Grayscale: #606060. Windows color (decimal): -1433531 or 4530410. OLE color: 4530410.

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

Color convert

RGB 234 32 69 -
CMYK 0 0.86 0.71 0.08
HSL 349.01º 0.83% 0.52% -
HSV(B) 349.01º 0.86% 0.92% -
XYZ 35.52 18.96 7.42 -
YUV 96.62 112.42 225.99 -
System Red Green Blue C M Y K H S L
Decimal 234 32 69 0 0.86 0.71 0.08 349.01 0.83 0.52
Hex EA 20 45 0 56 47 8 15D 53 34
Octal 352 40 105 0 126 107 10 535 123 64
Binary 11101010 100000 1000101 0 1010110 1000111 1000 101011101 1010011 110100

Color Harmonies of #EA2045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2045

Black with #EA2045

Text Example


Text Example

White with #EA2045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2045; }

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

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

background-color css

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

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

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

border-color css

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

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

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