Html Css Color HEX #EA3051 Amaranth

📋 copy color: '#EA3051'

red 234 ◦ green 48 ◦ blue 81

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

Shades of Amaranth #EA3051

Tints of Amaranth #EA3051

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.22%

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

R = 64.46%
G = 13.22%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EA3051 (or 0xEA3051) is known color: Amaranth. HEX triplet: EA, 30 and 51. RGB value is (234,48,81). Sum of RGB (Red+Green+Blue) = 234+48+81=363 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.46% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 81 (32.03% from 255 or 22.31% from 363); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3051 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA3051 is #15CFAE. Grayscale: #6B6B6B. Windows color (decimal): -1429423 or 5320938. OLE color: 5320938.

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

Color convert

RGB 234 48 81 -
CMYK 0 0.79 0.65 0.08
HSL 349.35º 0.82% 0.55% -
HSV(B) 349.35º 0.79% 0.92% -
XYZ 36.47 20.2 9.76 -
YUV 107.38 113.12 218.32 -
System Red Green Blue C M Y K H S L
Decimal 234 48 81 0 0.79 0.65 0.08 349.35 0.82 0.55
Hex EA 30 51 0 4F 41 8 15D 52 37
Octal 352 60 121 0 117 101 10 535 122 67
Binary 11101010 110000 1010001 0 1001111 1000001 1000 101011101 1010010 110111

Color Harmonies of #EA3051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3051

Black with #EA3051

Text Example


Text Example

White with #EA3051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3051; }

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

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

background-color css

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

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

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

border-color css

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

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

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