Html Css Color HEX #EA2B4D Amaranth

📋 copy color: '#EA2B4D'

red 234 ◦ green 43 ◦ blue 77

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

Shades of Amaranth #EA2B4D

Tints of Amaranth #EA2B4D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.15%

 BLUE value IS 77 (30.47% from 255) = 21.75%

R = 66.1%
G = 12.15%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EA2B4D (or 0xEA2B4D) is known color: Amaranth. HEX triplet: EA, 2B and 4D. RGB value is (234,43,77). Sum of RGB (Red+Green+Blue) = 234+43+77=354 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.10% from 354); Green value is 43 (17.19% from 255 or 12.15% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2B4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2B4D is #15D4B2. Grayscale: #686868. Windows color (decimal): -1430707 or 5057514. OLE color: 5057514.

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

Color convert

RGB 234 43 77 -
CMYK 0 0.82 0.67 0.08
HSL 349.32º 0.82% 0.54% -
HSV(B) 349.32º 0.82% 0.92% -
XYZ 36.14 19.76 8.93 -
YUV 103.99 112.78 220.74 -
System Red Green Blue C M Y K H S L
Decimal 234 43 77 0 0.82 0.67 0.08 349.32 0.82 0.54
Hex EA 2B 4D 0 52 43 8 15D 52 36
Octal 352 53 115 0 122 103 10 535 122 66
Binary 11101010 101011 1001101 0 1010010 1000011 1000 101011101 1010010 110110

Color Harmonies of #EA2B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2B4D

Black with #EA2B4D

Text Example


Text Example

White with #EA2B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2B4D; }

 p { color: rgb(234,43,77); }

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

background-color css

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

 a { background-color: rgb(234,43,77); }

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

border-color css

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

 span { border-color: rgb(234,43,77); }

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