Html Css Color HEX #EA254D Amaranth

📋 copy color: '#EA254D'

red 234 ◦ green 37 ◦ blue 77

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

Shades of Amaranth #EA254D

Tints of Amaranth #EA254D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.63%

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

R = 67.24%
G = 10.63%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EA254D (or 0xEA254D) is known color: Amaranth. HEX triplet: EA, 25 and 4D. RGB value is (234,37,77). Sum of RGB (Red+Green+Blue) = 234+37+77=348 (46% of max value = 765). Red value is 234 (91.80% from 255 or 67.24% from 348); Green value is 37 (14.84% from 255 or 10.63% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 234 - color contains mainly: red. Hex color #EA254D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA254D is #15DAB2. Grayscale: #646464. Windows color (decimal): -1432243 or 5055978. OLE color: 5055978.

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

Color convert

RGB 234 37 77 -
CMYK 0 0.84 0.67 0.08
HSL 347.82º 0.82% 0.53% -
HSV(B) 347.82º 0.84% 0.92% -
XYZ 35.93 19.35 8.86 -
YUV 100.46 114.77 223.25 -
System Red Green Blue C M Y K H S L
Decimal 234 37 77 0 0.84 0.67 0.08 347.82 0.82 0.53
Hex EA 25 4D 0 54 43 8 15C 52 35
Octal 352 45 115 0 124 103 10 534 122 65
Binary 11101010 100101 1001101 0 1010100 1000011 1000 101011100 1010010 110101

Color Harmonies of #EA254D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA254D

Black with #EA254D

Text Example


Text Example

White with #EA254D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA254D; }

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

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

background-color css

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

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

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

border-color css

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

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

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