Html Css Color HEX #EA2651 Amaranth

📋 copy color: '#EA2651'

red 234 ◦ green 38 ◦ blue 81

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

Shades of Amaranth #EA2651

Tints of Amaranth #EA2651

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.95%

R = 66.29%
G = 10.76%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EA2651 (or 0xEA2651) is known color: Amaranth. HEX triplet: EA, 26 and 51. RGB value is (234,38,81). Sum of RGB (Red+Green+Blue) = 234+38+81=353 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.29% from 353); Green value is 38 (15.23% from 255 or 10.76% from 353); Blue value is 81 (32.03% from 255 or 22.95% from 353); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2651 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2651 is #15D9AE. Grayscale: #656565. Windows color (decimal): -1431983 or 5318378. OLE color: 5318378.

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

Color convert

RGB 234 38 81 -
CMYK 0 0.84 0.65 0.08
HSL 346.84º 0.82% 0.53% -
HSV(B) 346.84º 0.84% 0.92% -
XYZ 36.11 19.47 9.64 -
YUV 101.51 116.43 222.5 -
System Red Green Blue C M Y K H S L
Decimal 234 38 81 0 0.84 0.65 0.08 346.84 0.82 0.53
Hex EA 26 51 0 54 41 8 15B 52 35
Octal 352 46 121 0 124 101 10 533 122 65
Binary 11101010 100110 1010001 0 1010100 1000001 1000 101011011 1010010 110101

Color Harmonies of #EA2651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2651

Black with #EA2651

Text Example


Text Example

White with #EA2651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2651; }

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

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

background-color css

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

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

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

border-color css

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

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

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