Html Css Color HEX #EB2054 Amaranth

📋 copy color: '#EB2054'

red 235 ◦ green 32 ◦ blue 84

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

Shades of Amaranth #EB2054

Tints of Amaranth #EB2054

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.12%

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

R = 66.95%
G = 9.12%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EB2054 (or 0xEB2054) is known color: Amaranth. HEX triplet: EB, 20 and 54. RGB value is (235,32,84). Sum of RGB (Red+Green+Blue) = 235+32+84=351 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.95% from 351); Green value is 32 (12.89% from 255 or 9.12% from 351); Blue value is 84 (33.20% from 255 or 23.93% from 351); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2054 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2054 is #14DFAB. Grayscale: #626262. Windows color (decimal): -1367980 or 5513451. OLE color: 5513451.

HSL color Cylindrical-coordinate representation of color #EB2054: hue angle of 344.63º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EB2054 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 32 84 -
CMYK 0 0.86 0.64 0.08
HSL 344.63º 0.84% 0.52% -
HSV(B) 344.63º 0.86% 0.92% -
XYZ 36.38 19.34 10.2 -
YUV 98.63 119.75 225.27 -
System Red Green Blue C M Y K H S L
Decimal 235 32 84 0 0.86 0.64 0.08 344.63 0.84 0.52
Hex EB 20 54 0 56 40 8 159 54 34
Octal 353 40 124 0 126 100 10 531 124 64
Binary 11101011 100000 1010100 0 1010110 1000000 1000 101011001 1010100 110100

Color Harmonies of #EB2054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2054

Black with #EB2054

Text Example


Text Example

White with #EB2054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2054; }

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

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

background-color css

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

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

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

border-color css

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

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

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