Html Css Color HEX #EA484B Amaranth

📋 copy color: '#EA484B'

red 234 ◦ green 72 ◦ blue 75

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

Shades of Amaranth #EA484B

Tints of Amaranth #EA484B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.9%

 BLUE value IS 75 (29.69% from 255) = 19.69%

R = 61.42%
G = 18.9%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EA484B (or 0xEA484B) is known color: Amaranth. HEX triplet: EA, 48 and 4B. RGB value is (234,72,75). Sum of RGB (Red+Green+Blue) = 234+72+75=381 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.42% from 381); Green value is 72 (28.52% from 255 or 18.90% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 234 - color contains mainly: red. Hex color #EA484B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA484B is #15B7B4. Grayscale: #787878. Windows color (decimal): -1423285 or 4933866. OLE color: 4933866.

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

Color convert

RGB 234 72 75 -
CMYK 0 0.69 0.68 0.08
HSL 358.89º 0.79% 0.6% -
HSV(B) 358.89º 0.69% 0.92% -
XYZ 37.52 22.64 9.05 -
YUV 120.78 102.17 208.76 -
System Red Green Blue C M Y K H S L
Decimal 234 72 75 0 0.69 0.68 0.08 358.89 0.79 0.6
Hex EA 48 4B 0 45 44 8 167 4F 3C
Octal 352 110 113 0 105 104 10 547 117 74
Binary 11101010 1001000 1001011 0 1000101 1000100 1000 101100111 1001111 111100

Color Harmonies of #EA484B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA484B

Black with #EA484B

Text Example


Text Example

White with #EA484B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA484B; }

 p { color: rgb(234,72,75); }

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

background-color css

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

 a { background-color: rgb(234,72,75); }

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

border-color css

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

 span { border-color: rgb(234,72,75); }

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