Html Css Color HEX #EA274D Amaranth

📋 copy color: '#EA274D'

red 234 ◦ green 39 ◦ blue 77

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

Shades of Amaranth #EA274D

Tints of Amaranth #EA274D

RGB

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

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

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

R = 66.86%
G = 11.14%
B = 22%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EA274D (or 0xEA274D) is known color: Amaranth. HEX triplet: EA, 27 and 4D. RGB value is (234,39,77). Sum of RGB (Red+Green+Blue) = 234+39+77=350 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.86% from 350); Green value is 39 (15.62% from 255 or 11.14% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 234 - color contains mainly: red. Hex color #EA274D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA274D is #15D8B2. Grayscale: #656565. Windows color (decimal): -1431731 or 5056490. OLE color: 5056490.

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

Color convert

RGB 234 39 77 -
CMYK 0 0.83 0.67 0.08
HSL 348.31º 0.82% 0.54% -
HSV(B) 348.31º 0.83% 0.92% -
XYZ 36 19.48 8.88 -
YUV 101.64 114.1 222.41 -
System Red Green Blue C M Y K H S L
Decimal 234 39 77 0 0.83 0.67 0.08 348.31 0.82 0.54
Hex EA 27 4D 0 53 43 8 15C 52 36
Octal 352 47 115 0 123 103 10 534 122 66
Binary 11101010 100111 1001101 0 1010011 1000011 1000 101011100 1010010 110110

Color Harmonies of #EA274D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA274D

Black with #EA274D

Text Example


Text Example

White with #EA274D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA274D; }

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

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

background-color css

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

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

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

border-color css

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

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

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