Html Css Color HEX #EA4051 Amaranth

📋 copy color: '#EA4051'

red 234 ◦ green 64 ◦ blue 81

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

Shades of Amaranth #EA4051

Tints of Amaranth #EA4051

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.89%

 BLUE value IS 81 (32.03% from 255) = 21.37%

R = 61.74%
G = 16.89%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EA4051 (or 0xEA4051) is known color: Amaranth. HEX triplet: EA, 40 and 51. RGB value is (234,64,81). Sum of RGB (Red+Green+Blue) = 234+64+81=379 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.74% from 379); Green value is 64 (25.39% from 255 or 16.89% from 379); Blue value is 81 (32.03% from 255 or 21.37% from 379); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4051 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4051 is #15BFAE. Grayscale: #747474. Windows color (decimal): -1425327 or 5325034. OLE color: 5325034.

HSL color Cylindrical-coordinate representation of color #EA4051: hue angle of 354º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EA4051 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 64 81 -
CMYK 0 0.73 0.65 0.08
HSL 354º 0.8% 0.58% -
HSV(B) 354º 0.73% 0.92% -
XYZ 37.25 21.75 10.02 -
YUV 116.77 107.82 211.62 -
System Red Green Blue C M Y K H S L
Decimal 234 64 81 0 0.73 0.65 0.08 354 0.8 0.58
Hex EA 40 51 0 49 41 8 162 50 3A
Octal 352 100 121 0 111 101 10 542 120 72
Binary 11101010 1000000 1010001 0 1001001 1000001 1000 101100010 1010000 111010

Color Harmonies of #EA4051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4051

Black with #EA4051

Text Example


Text Example

White with #EA4051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4051; }

 p { color: rgb(234,64,81); }

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

background-color css

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

 a { background-color: rgb(234,64,81); }

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

border-color css

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

 span { border-color: rgb(234,64,81); }

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