Html Css Color HEX #EA184F Amaranth

📋 copy color: '#EA184F'

red 234 ◦ green 24 ◦ blue 79

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

Shades of Amaranth #EA184F

Tints of Amaranth #EA184F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.12%

 BLUE value IS 79 (31.25% from 255) = 23.44%

R = 69.44%
G = 7.12%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EA184F (or 0xEA184F) is known color: Amaranth. HEX triplet: EA, 18 and 4F. RGB value is (234,24,79). Sum of RGB (Red+Green+Blue) = 234+24+79=337 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.44% from 337); Green value is 24 (9.77% from 255 or 7.12% from 337); Blue value is 79 (31.25% from 255 or 23.44% from 337); Max value from RGB is 234 - color contains mainly: red. Hex color #EA184F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA184F is #15E7B0. Grayscale: #5D5D5D. Windows color (decimal): -1435569 or 5183722. OLE color: 5183722.

HSL color Cylindrical-coordinate representation of color #EA184F: hue angle of 344.29º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA184F is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 24 79 -
CMYK 0 0.90 0.66 0.08
HSL 344.29º 0.83% 0.51% -
HSV(B) 344.29º 0.9% 0.92% -
XYZ 35.67 18.71 9.13 -
YUV 93.06 120.07 228.53 -
System Red Green Blue C M Y K H S L
Decimal 234 24 79 0 0.90 0.66 0.08 344.29 0.83 0.51
Hex EA 18 4F 0 5A 42 8 158 53 33
Octal 352 30 117 0 132 102 10 530 123 63
Binary 11101010 11000 1001111 0 1011010 1000010 1000 101011000 1010011 110011

Color Harmonies of #EA184F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA184F

Black with #EA184F

Text Example


Text Example

White with #EA184F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA184F; }

 p { color: rgb(234,24,79); }

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

background-color css

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

 a { background-color: rgb(234,24,79); }

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

border-color css

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

 span { border-color: rgb(234,24,79); }

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