Html Css Color HEX #EB2558 Amaranth

📋 copy color: '#EB2558'

red 235 ◦ green 37 ◦ blue 88

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

Shades of Amaranth #EB2558

Tints of Amaranth #EB2558

RGB

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

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

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

R = 65.28%
G = 10.28%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EB2558 (or 0xEB2558) is known color: Amaranth. HEX triplet: EB, 25 and 58. RGB value is (235,37,88). Sum of RGB (Red+Green+Blue) = 235+37+88=360 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.28% from 360); Green value is 37 (14.84% from 255 or 10.28% from 360); Blue value is 88 (34.77% from 255 or 24.44% from 360); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2558 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2558 is #14DAA7. Grayscale: #666666. Windows color (decimal): -1366696 or 5776875. OLE color: 5776875.

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

Color convert

RGB 235 37 88 -
CMYK 0 0.84 0.63 0.08
HSL 344.55º 0.83% 0.53% -
HSV(B) 344.55º 0.84% 0.92% -
XYZ 36.68 19.69 11.1 -
YUV 102.02 120.1 222.85 -
System Red Green Blue C M Y K H S L
Decimal 235 37 88 0 0.84 0.63 0.08 344.55 0.83 0.53
Hex EB 25 58 0 54 3F 8 159 53 35
Octal 353 45 130 0 124 77 10 531 123 65
Binary 11101011 100101 1011000 0 1010100 111111 1000 101011001 1010011 110101

Color Harmonies of #EB2558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2558

Black with #EB2558

Text Example


Text Example

White with #EB2558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2558; }

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

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

background-color css

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

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

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

border-color css

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

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

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