Html Css Color HEX #EB2851 Amaranth

📋 copy color: '#EB2851'

red 235 ◦ green 40 ◦ blue 81

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

Shades of Amaranth #EB2851

Tints of Amaranth #EB2851

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.24%

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

R = 66.01%
G = 11.24%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EB2851 (or 0xEB2851) is known color: Amaranth. HEX triplet: EB, 28 and 51. RGB value is (235,40,81). Sum of RGB (Red+Green+Blue) = 235+40+81=356 (47% of max value = 765). Red value is 235 (92.19% from 255 or 66.01% from 356); Green value is 40 (16.02% from 255 or 11.24% from 356); Blue value is 81 (32.03% from 255 or 22.75% from 356); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2851 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2851 is #14D7AE. Grayscale: #676767. Windows color (decimal): -1365935 or 5318891. OLE color: 5318891.

HSL color Cylindrical-coordinate representation of color #EB2851: hue angle of 347.38º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EB2851 is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 40 81 -
CMYK 0 0.83 0.66 0.08
HSL 347.38º 0.83% 0.54% -
HSV(B) 347.38º 0.83% 0.92% -
XYZ 36.5 19.77 9.68 -
YUV 102.98 115.6 222.17 -
System Red Green Blue C M Y K H S L
Decimal 235 40 81 0 0.83 0.66 0.08 347.38 0.83 0.54
Hex EB 28 51 0 53 42 8 15B 53 36
Octal 353 50 121 0 123 102 10 533 123 66
Binary 11101011 101000 1010001 0 1010011 1000010 1000 101011011 1010011 110110

Color Harmonies of #EB2851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2851

Black with #EB2851

Text Example


Text Example

White with #EB2851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2851; }

 p { color: rgb(235,40,81); }

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

background-color css

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

 a { background-color: rgb(235,40,81); }

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

border-color css

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

 span { border-color: rgb(235,40,81); }

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