Html Css Color HEX #EA2754 Amaranth

📋 copy color: '#EA2754'

red 234 ◦ green 39 ◦ blue 84

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

Shades of Amaranth #EA2754

Tints of Amaranth #EA2754

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.92%

 BLUE value IS 84 (33.2% from 255) = 23.53%

R = 65.55%
G = 10.92%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EA2754 (or 0xEA2754) is known color: Amaranth. HEX triplet: EA, 27 and 54. RGB value is (234,39,84). Sum of RGB (Red+Green+Blue) = 234+39+84=357 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.55% from 357); Green value is 39 (15.62% from 255 or 10.92% from 357); Blue value is 84 (33.20% from 255 or 23.53% from 357); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2754 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2754 is #15D8AB. Grayscale: #666666. Windows color (decimal): -1431724 or 5515242. OLE color: 5515242.

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

Color convert

RGB 234 39 84 -
CMYK 0 0.83 0.64 0.08
HSL 346.15º 0.82% 0.54% -
HSV(B) 346.15º 0.83% 0.92% -
XYZ 36.26 19.58 10.26 -
YUV 102.44 117.6 221.84 -
System Red Green Blue C M Y K H S L
Decimal 234 39 84 0 0.83 0.64 0.08 346.15 0.82 0.54
Hex EA 27 54 0 53 40 8 15A 52 36
Octal 352 47 124 0 123 100 10 532 122 66
Binary 11101010 100111 1010100 0 1010011 1000000 1000 101011010 1010010 110110

Color Harmonies of #EA2754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2754

Black with #EA2754

Text Example


Text Example

White with #EA2754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2754; }

 p { color: rgb(234,39,84); }

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

background-color css

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

 a { background-color: rgb(234,39,84); }

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

border-color css

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

 span { border-color: rgb(234,39,84); }

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