Html Css Color HEX #EA285C Amaranth

📋 copy color: '#EA285C'

red 234 ◦ green 40 ◦ blue 92

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

Shades of Amaranth #EA285C

Tints of Amaranth #EA285C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.14%

R = 63.93%
G = 10.93%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EA285C (or 0xEA285C) is known color: Amaranth. HEX triplet: EA, 28 and 5C. RGB value is (234,40,92). Sum of RGB (Red+Green+Blue) = 234+40+92=366 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.93% from 366); Green value is 40 (16.02% from 255 or 10.93% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 234 - color contains mainly: red. Hex color #EA285C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA285C is #15D7A3. Grayscale: #676767. Windows color (decimal): -1431460 or 6039786. OLE color: 6039786.

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

Color convert

RGB 234 40 92 -
CMYK 0 0.83 0.61 0.08
HSL 343.92º 0.82% 0.54% -
HSV(B) 343.92º 0.83% 0.92% -
XYZ 36.62 19.78 12.01 -
YUV 103.93 121.27 220.77 -
System Red Green Blue C M Y K H S L
Decimal 234 40 92 0 0.83 0.61 0.08 343.92 0.82 0.54
Hex EA 28 5C 0 53 3D 8 158 52 36
Octal 352 50 134 0 123 75 10 530 122 66
Binary 11101010 101000 1011100 0 1010011 111101 1000 101011000 1010010 110110

Color Harmonies of #EA285C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA285C

Black with #EA285C

Text Example


Text Example

White with #EA285C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA285C; }

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

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

background-color css

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

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

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

border-color css

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

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

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