Html Css Color HEX #EA2755 Amaranth

📋 copy color: '#EA2755'

red 234 ◦ green 39 ◦ blue 85

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

Shades of Amaranth #EA2755

Tints of Amaranth #EA2755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.74%

R = 65.36%
G = 10.89%
B = 23.74%

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

#EA2755 (or 0xEA2755) is known color: Amaranth. HEX triplet: EA, 27 and 55. RGB value is (234,39,85). Sum of RGB (Red+Green+Blue) = 234+39+85=358 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.36% from 358); Green value is 39 (15.62% from 255 or 10.89% from 358); Blue value is 85 (33.59% from 255 or 23.74% from 358); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2755 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2755 is #15D8AA. Grayscale: #666666. Windows color (decimal): -1431723 or 5580778. OLE color: 5580778.

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

Color convert

RGB 234 39 85 -
CMYK 0 0.83 0.64 0.08
HSL 345.85º 0.82% 0.54% -
HSV(B) 345.85º 0.83% 0.92% -
XYZ 36.3 19.6 10.46 -
YUV 102.55 118.1 221.76 -
System Red Green Blue C M Y K H S L
Decimal 234 39 85 0 0.83 0.64 0.08 345.85 0.82 0.54
Hex EA 27 55 0 53 40 8 15A 52 36
Octal 352 47 125 0 123 100 10 532 122 66
Binary 11101010 100111 1010101 0 1010011 1000000 1000 101011010 1010010 110110

Color Harmonies of #EA2755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2755

Black with #EA2755

Text Example


Text Example

White with #EA2755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2755; }

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

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

background-color css

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

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

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

border-color css

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

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

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