Html Css Color HEX #EA2D4C Amaranth

📋 copy color: '#EA2D4C'

red 234 ◦ green 45 ◦ blue 76

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

Shades of Amaranth #EA2D4C

Tints of Amaranth #EA2D4C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.68%

 BLUE value IS 76 (30.08% from 255) = 21.41%

R = 65.92%
G = 12.68%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EA2D4C (or 0xEA2D4C) is known color: Amaranth. HEX triplet: EA, 2D and 4C. RGB value is (234,45,76). Sum of RGB (Red+Green+Blue) = 234+45+76=355 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.92% from 355); Green value is 45 (17.97% from 255 or 12.68% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2D4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2D4C is #15D2B3. Grayscale: #696969. Windows color (decimal): -1430196 or 4992490. OLE color: 4992490.

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

Color convert

RGB 234 45 76 -
CMYK 0 0.81 0.68 0.08
HSL 350.16º 0.82% 0.55% -
HSV(B) 350.16º 0.81% 0.92% -
XYZ 36.17 19.89 8.77 -
YUV 105.05 111.62 219.98 -
System Red Green Blue C M Y K H S L
Decimal 234 45 76 0 0.81 0.68 0.08 350.16 0.82 0.55
Hex EA 2D 4C 0 51 44 8 15E 52 37
Octal 352 55 114 0 121 104 10 536 122 67
Binary 11101010 101101 1001100 0 1010001 1000100 1000 101011110 1010010 110111

Color Harmonies of #EA2D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2D4C

Black with #EA2D4C

Text Example


Text Example

White with #EA2D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2D4C; }

 p { color: rgb(234,45,76); }

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

background-color css

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

 a { background-color: rgb(234,45,76); }

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

border-color css

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

 span { border-color: rgb(234,45,76); }

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