Html Css Color HEX #EA284C Amaranth

📋 copy color: '#EA284C'

red 234 ◦ green 40 ◦ blue 76

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

Shades of Amaranth #EA284C

Tints of Amaranth #EA284C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.43%

 BLUE value IS 76 (30.08% from 255) = 21.71%

R = 66.86%
G = 11.43%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EA284C (or 0xEA284C) is known color: Amaranth. HEX triplet: EA, 28 and 4C. RGB value is (234,40,76). Sum of RGB (Red+Green+Blue) = 234+40+76=350 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.86% from 350); Green value is 40 (16.02% from 255 or 11.43% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 234 - color contains mainly: red. Hex color #EA284C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA284C is #15D7B3. Grayscale: #666666. Windows color (decimal): -1431476 or 4991210. OLE color: 4991210.

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

Color convert

RGB 234 40 76 -
CMYK 0 0.83 0.68 0.08
HSL 348.87º 0.82% 0.54% -
HSV(B) 348.87º 0.83% 0.92% -
XYZ 35.99 19.53 8.71 -
YUV 102.11 113.27 222.07 -
System Red Green Blue C M Y K H S L
Decimal 234 40 76 0 0.83 0.68 0.08 348.87 0.82 0.54
Hex EA 28 4C 0 53 44 8 15D 52 36
Octal 352 50 114 0 123 104 10 535 122 66
Binary 11101010 101000 1001100 0 1010011 1000100 1000 101011101 1010010 110110

Color Harmonies of #EA284C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA284C

Black with #EA284C

Text Example


Text Example

White with #EA284C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA284C; }

 p { color: rgb(234,40,76); }

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

background-color css

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

 a { background-color: rgb(234,40,76); }

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

border-color css

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

 span { border-color: rgb(234,40,76); }

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