Html Css Color HEX #EB2059 Amaranth

📋 copy color: '#EB2059'

red 235 ◦ green 32 ◦ blue 89

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

Shades of Amaranth #EB2059

Tints of Amaranth #EB2059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 25%

R = 66.01%
G = 8.99%
B = 25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EB2059 (or 0xEB2059) is known color: Amaranth. HEX triplet: EB, 20 and 59. RGB value is (235,32,89). Sum of RGB (Red+Green+Blue) = 235+32+89=356 (47% of max value = 765). Red value is 235 (92.19% from 255 or 66.01% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 89 (35.16% from 255 or 25% from 356); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2059 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2059 is #14DFA6. Grayscale: #636363. Windows color (decimal): -1367975 or 5841131. OLE color: 5841131.

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

Color convert

RGB 235 32 89 -
CMYK 0 0.86 0.62 0.08
HSL 343.15º 0.84% 0.52% -
HSV(B) 343.15º 0.86% 0.92% -
XYZ 36.58 19.42 11.27 -
YUV 99.2 122.25 224.87 -
System Red Green Blue C M Y K H S L
Decimal 235 32 89 0 0.86 0.62 0.08 343.15 0.84 0.52
Hex EB 20 59 0 56 3E 8 157 54 34
Octal 353 40 131 0 126 76 10 527 124 64
Binary 11101011 100000 1011001 0 1010110 111110 1000 101010111 1010100 110100

Color Harmonies of #EB2059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2059

Black with #EB2059

Text Example


Text Example

White with #EB2059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2059; }

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

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

background-color css

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

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

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

border-color css

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

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

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