Html Css Color HEX #EA4452 Amaranth

📋 copy color: '#EA4452'

red 234 ◦ green 68 ◦ blue 82

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

Shades of Amaranth #EA4452

Tints of Amaranth #EA4452

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.71%

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

R = 60.94%
G = 17.71%
B = 21.35%

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

#EA4452 (or 0xEA4452) is known color: Amaranth. HEX triplet: EA, 44 and 52. RGB value is (234,68,82). Sum of RGB (Red+Green+Blue) = 234+68+82=384 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.94% from 384); Green value is 68 (26.95% from 255 or 17.71% from 384); Blue value is 82 (32.42% from 255 or 21.35% from 384); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4452 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4452 is #15BBAD. Grayscale: #777777. Windows color (decimal): -1424302 or 5391594. OLE color: 5391594.

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

Color convert

RGB 234 68 82 -
CMYK 0 0.71 0.65 0.08
HSL 354.94º 0.8% 0.59% -
HSV(B) 354.94º 0.71% 0.92% -
XYZ 37.52 22.24 10.3 -
YUV 119.23 107 209.86 -
System Red Green Blue C M Y K H S L
Decimal 234 68 82 0 0.71 0.65 0.08 354.94 0.8 0.59
Hex EA 44 52 0 47 41 8 163 50 3B
Octal 352 104 122 0 107 101 10 543 120 73
Binary 11101010 1000100 1010010 0 1000111 1000001 1000 101100011 1010000 111011

Color Harmonies of #EA4452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4452

Black with #EA4452

Text Example


Text Example

White with #EA4452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4452; }

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

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

background-color css

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

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

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

border-color css

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

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

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