Html Css Color HEX #EB2358 Amaranth

📋 copy color: '#EB2358'

red 235 ◦ green 35 ◦ blue 88

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

Shades of Amaranth #EB2358

Tints of Amaranth #EB2358

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.78%

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

R = 65.64%
G = 9.78%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EB2358 (or 0xEB2358) is known color: Amaranth. HEX triplet: EB, 23 and 58. RGB value is (235,35,88). Sum of RGB (Red+Green+Blue) = 235+35+88=358 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.64% from 358); Green value is 35 (14.06% from 255 or 9.78% from 358); Blue value is 88 (34.77% from 255 or 24.58% from 358); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2358 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2358 is #14DCA7. Grayscale: #646464. Windows color (decimal): -1367208 or 5776363. OLE color: 5776363.

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

Color convert

RGB 235 35 88 -
CMYK 0 0.85 0.63 0.08
HSL 344.1º 0.83% 0.53% -
HSV(B) 344.1º 0.85% 0.92% -
XYZ 36.62 19.57 11.08 -
YUV 100.84 120.76 223.69 -
System Red Green Blue C M Y K H S L
Decimal 235 35 88 0 0.85 0.63 0.08 344.1 0.83 0.53
Hex EB 23 58 0 55 3F 8 158 53 35
Octal 353 43 130 0 125 77 10 530 123 65
Binary 11101011 100011 1011000 0 1010101 111111 1000 101011000 1010011 110101

Color Harmonies of #EB2358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2358

Black with #EB2358

Text Example


Text Example

White with #EB2358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2358; }

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

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

background-color css

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

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

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

border-color css

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

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

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