Html Css Color HEX #EA2D4B Amaranth

📋 copy color: '#EA2D4B'

red 234 ◦ green 45 ◦ blue 75

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

Shades of Amaranth #EA2D4B

Tints of Amaranth #EA2D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.19%

R = 66.1%
G = 12.71%
B = 21.19%

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

#EA2D4B (or 0xEA2D4B) is known color: Amaranth. HEX triplet: EA, 2D and 4B. RGB value is (234,45,75). Sum of RGB (Red+Green+Blue) = 234+45+75=354 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.10% from 354); Green value is 45 (17.97% from 255 or 12.71% from 354); Blue value is 75 (29.69% from 255 or 21.19% from 354); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2D4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2D4B is #15D2B4. Grayscale: #696969. Windows color (decimal): -1430197 or 4926954. OLE color: 4926954.

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

Color convert

RGB 234 45 75 -
CMYK 0 0.81 0.68 0.08
HSL 350.48º 0.82% 0.55% -
HSV(B) 350.48º 0.81% 0.92% -
XYZ 36.14 19.88 8.59 -
YUV 104.93 111.12 220.06 -
System Red Green Blue C M Y K H S L
Decimal 234 45 75 0 0.81 0.68 0.08 350.48 0.82 0.55
Hex EA 2D 4B 0 51 44 8 15E 52 37
Octal 352 55 113 0 121 104 10 536 122 67
Binary 11101010 101101 1001011 0 1010001 1000100 1000 101011110 1010010 110111

Color Harmonies of #EA2D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2D4B

Black with #EA2D4B

Text Example


Text Example

White with #EA2D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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