Html Css Color HEX #EB2858 Amaranth

📋 copy color: '#EB2858'

red 235 ◦ green 40 ◦ blue 88

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

Shades of Amaranth #EB2858

Tints of Amaranth #EB2858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 24.24%

R = 64.74%
G = 11.02%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EB2858 (or 0xEB2858) is known color: Amaranth. HEX triplet: EB, 28 and 58. RGB value is (235,40,88). Sum of RGB (Red+Green+Blue) = 235+40+88=363 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.74% from 363); Green value is 40 (16.02% from 255 or 11.02% from 363); Blue value is 88 (34.77% from 255 or 24.24% from 363); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2858 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2858 is #14D7A7. Grayscale: #676767. Windows color (decimal): -1365928 or 5777643. OLE color: 5777643.

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

Color convert

RGB 235 40 88 -
CMYK 0 0.83 0.63 0.08
HSL 345.23º 0.83% 0.54% -
HSV(B) 345.23º 0.83% 0.92% -
XYZ 36.78 19.88 11.13 -
YUV 103.78 119.1 221.6 -
System Red Green Blue C M Y K H S L
Decimal 235 40 88 0 0.83 0.63 0.08 345.23 0.83 0.54
Hex EB 28 58 0 53 3F 8 159 53 36
Octal 353 50 130 0 123 77 10 531 123 66
Binary 11101011 101000 1011000 0 1010011 111111 1000 101011001 1010011 110110

Color Harmonies of #EB2858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2858

Black with #EB2858

Text Example


Text Example

White with #EB2858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2858; }

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

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

background-color css

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

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

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

border-color css

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

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

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