Html Css Color HEX #EB3553 Amaranth

📋 copy color: '#EB3553'

red 235 ◦ green 53 ◦ blue 83

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

Shades of Amaranth #EB3553

Tints of Amaranth #EB3553

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.29%

 BLUE value IS 83 (32.81% from 255) = 22.37%

R = 63.34%
G = 14.29%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EB3553 (or 0xEB3553) is known color: Amaranth. HEX triplet: EB, 35 and 53. RGB value is (235,53,83). Sum of RGB (Red+Green+Blue) = 235+53+83=371 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.34% from 371); Green value is 53 (21.09% from 255 or 14.29% from 371); Blue value is 83 (32.81% from 255 or 22.37% from 371); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3553 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB3553 is #14CAAC. Grayscale: #6E6E6E. Windows color (decimal): -1362605 or 5453291. OLE color: 5453291.

HSL color Cylindrical-coordinate representation of color #EB3553: hue angle of 350.11º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EB3553 is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 53 83 -
CMYK 0 0.77 0.65 0.08
HSL 350.11º 0.82% 0.56% -
HSV(B) 350.11º 0.77% 0.92% -
XYZ 37.1 20.83 10.25 -
YUV 110.84 112.3 216.56 -
System Red Green Blue C M Y K H S L
Decimal 235 53 83 0 0.77 0.65 0.08 350.11 0.82 0.56
Hex EB 35 53 0 4D 41 8 15E 52 38
Octal 353 65 123 0 115 101 10 536 122 70
Binary 11101011 110101 1010011 0 1001101 1000001 1000 101011110 1010010 111000

Color Harmonies of #EB3553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3553

Black with #EB3553

Text Example


Text Example

White with #EB3553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3553; }

 p { color: rgb(235,53,83); }

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

background-color css

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

 a { background-color: rgb(235,53,83); }

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

border-color css

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

 span { border-color: rgb(235,53,83); }

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