Html Css Color HEX #EA2643 Amaranth

📋 copy color: '#EA2643'

red 234 ◦ green 38 ◦ blue 67

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

Shades of Amaranth #EA2643

Tints of Amaranth #EA2643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.76%

R = 69.03%
G = 11.21%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EA2643 (or 0xEA2643) is known color: Amaranth. HEX triplet: EA, 26 and 43. RGB value is (234,38,67). Sum of RGB (Red+Green+Blue) = 234+38+67=339 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.03% from 339); Green value is 38 (15.23% from 255 or 11.21% from 339); Blue value is 67 (26.56% from 255 or 19.76% from 339); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2643 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2643 is #15D9BC. Grayscale: #636363. Windows color (decimal): -1431997 or 4400874. OLE color: 4400874.

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

Color convert

RGB 234 38 67 -
CMYK 0 0.84 0.71 0.08
HSL 351.12º 0.82% 0.53% -
HSV(B) 351.12º 0.84% 0.92% -
XYZ 35.64 19.28 7.15 -
YUV 99.91 109.43 223.64 -
System Red Green Blue C M Y K H S L
Decimal 234 38 67 0 0.84 0.71 0.08 351.12 0.82 0.53
Hex EA 26 43 0 54 47 8 15F 52 35
Octal 352 46 103 0 124 107 10 537 122 65
Binary 11101010 100110 1000011 0 1010100 1000111 1000 101011111 1010010 110101

Color Harmonies of #EA2643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2643

Black with #EA2643

Text Example


Text Example

White with #EA2643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2643; }

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

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

background-color css

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

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

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

border-color css

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

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

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