Html Css Color HEX #EB2554 Amaranth

📋 copy color: '#EB2554'

red 235 ◦ green 37 ◦ blue 84

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

Shades of Amaranth #EB2554

Tints of Amaranth #EB2554

RGB

 RED value IS 235 (92.19% from 255) = 66.01%

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

 BLUE value IS 84 (33.2% from 255) = 23.6%

R = 66.01%
G = 10.39%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EB2554 (or 0xEB2554) is known color: Amaranth. HEX triplet: EB, 25 and 54. RGB value is (235,37,84). Sum of RGB (Red+Green+Blue) = 235+37+84=356 (47% of max value = 765). Red value is 235 (92.19% from 255 or 66.01% from 356); Green value is 37 (14.84% from 255 or 10.39% from 356); Blue value is 84 (33.20% from 255 or 23.60% from 356); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2554 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2554 is #14DAAB. Grayscale: #656565. Windows color (decimal): -1366700 or 5514731. OLE color: 5514731.

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

Color convert

RGB 235 37 84 -
CMYK 0 0.84 0.64 0.08
HSL 345.76º 0.83% 0.53% -
HSV(B) 345.76º 0.84% 0.92% -
XYZ 36.52 19.63 10.25 -
YUV 101.56 118.1 223.18 -
System Red Green Blue C M Y K H S L
Decimal 235 37 84 0 0.84 0.64 0.08 345.76 0.83 0.53
Hex EB 25 54 0 54 40 8 15A 53 35
Octal 353 45 124 0 124 100 10 532 123 65
Binary 11101011 100101 1010100 0 1010100 1000000 1000 101011010 1010011 110101

Color Harmonies of #EB2554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2554

Black with #EB2554

Text Example


Text Example

White with #EB2554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2554; }

 p { color: rgb(235,37,84); }

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

background-color css

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

 a { background-color: rgb(235,37,84); }

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

border-color css

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

 span { border-color: rgb(235,37,84); }

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