Html Css Color HEX #EA4552 Amaranth

📋 copy color: '#EA4552'

red 234 ◦ green 69 ◦ blue 82

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

Shades of Amaranth #EA4552

Tints of Amaranth #EA4552

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.92%

 BLUE value IS 82 (32.42% from 255) = 21.3%

R = 60.78%
G = 17.92%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EA4552 (or 0xEA4552) is known color: Amaranth. HEX triplet: EA, 45 and 52. RGB value is (234,69,82). Sum of RGB (Red+Green+Blue) = 234+69+82=385 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.78% from 385); Green value is 69 (27.34% from 255 or 17.92% from 385); Blue value is 82 (32.42% from 255 or 21.30% from 385); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4552 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4552 is #15BAAD. Grayscale: #777777. Windows color (decimal): -1424046 or 5391850. OLE color: 5391850.

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

Color convert

RGB 234 69 82 -
CMYK 0 0.71 0.65 0.08
HSL 355.27º 0.8% 0.59% -
HSV(B) 355.27º 0.71% 0.92% -
XYZ 37.58 22.36 10.32 -
YUV 119.82 106.66 209.44 -
System Red Green Blue C M Y K H S L
Decimal 234 69 82 0 0.71 0.65 0.08 355.27 0.8 0.59
Hex EA 45 52 0 47 41 8 163 50 3B
Octal 352 105 122 0 107 101 10 543 120 73
Binary 11101010 1000101 1010010 0 1000111 1000001 1000 101100011 1010000 111011

Color Harmonies of #EA4552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4552

Black with #EA4552

Text Example


Text Example

White with #EA4552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4552; }

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

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

background-color css

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

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

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

border-color css

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

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

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