Html Css Color HEX #EA264C Amaranth

📋 copy color: '#EA264C'

red 234 ◦ green 38 ◦ blue 76

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

Shades of Amaranth #EA264C

Tints of Amaranth #EA264C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.92%

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

R = 67.24%
G = 10.92%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EA264C (or 0xEA264C) is known color: Amaranth. HEX triplet: EA, 26 and 4C. RGB value is (234,38,76). Sum of RGB (Red+Green+Blue) = 234+38+76=348 (46% of max value = 765). Red value is 234 (91.80% from 255 or 67.24% from 348); Green value is 38 (15.23% from 255 or 10.92% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 234 - color contains mainly: red. Hex color #EA264C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA264C is #15D9B3. Grayscale: #646464. Windows color (decimal): -1431988 or 4990698. OLE color: 4990698.

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

Color convert

RGB 234 38 76 -
CMYK 0 0.84 0.68 0.08
HSL 348.37º 0.82% 0.53% -
HSV(B) 348.37º 0.84% 0.92% -
XYZ 35.93 19.4 8.69 -
YUV 100.94 113.93 222.91 -
System Red Green Blue C M Y K H S L
Decimal 234 38 76 0 0.84 0.68 0.08 348.37 0.82 0.53
Hex EA 26 4C 0 54 44 8 15C 52 35
Octal 352 46 114 0 124 104 10 534 122 65
Binary 11101010 100110 1001100 0 1010100 1000100 1000 101011100 1010010 110101

Color Harmonies of #EA264C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA264C

Black with #EA264C

Text Example


Text Example

White with #EA264C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA264C; }

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

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

background-color css

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

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

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

border-color css

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

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

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