Html Css Color HEX #EB3A53 Amaranth

📋 copy color: '#EB3A53'

red 235 ◦ green 58 ◦ blue 83

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

Shades of Amaranth #EB3A53

Tints of Amaranth #EB3A53

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.43%

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

R = 62.5%
G = 15.43%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EB3A53 (or 0xEB3A53) is known color: Amaranth. HEX triplet: EB, 3A and 53. RGB value is (235,58,83). Sum of RGB (Red+Green+Blue) = 235+58+83=376 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.5% from 376); Green value is 58 (23.05% from 255 or 15.43% from 376); Blue value is 83 (32.81% from 255 or 22.07% from 376); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3A53 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB3A53 is #14C5AC. Grayscale: #717171. Windows color (decimal): -1361325 or 5454571. OLE color: 5454571.

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

Color convert

RGB 235 58 83 -
CMYK 0 0.75 0.65 0.08
HSL 351.53º 0.82% 0.57% -
HSV(B) 351.53º 0.75% 0.92% -
XYZ 37.34 21.31 10.33 -
YUV 113.77 110.64 214.47 -
System Red Green Blue C M Y K H S L
Decimal 235 58 83 0 0.75 0.65 0.08 351.53 0.82 0.57
Hex EB 3A 53 0 4B 41 8 160 52 39
Octal 353 72 123 0 113 101 10 540 122 71
Binary 11101011 111010 1010011 0 1001011 1000001 1000 101100000 1010010 111001

Color Harmonies of #EB3A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3A53

Black with #EB3A53

Text Example


Text Example

White with #EB3A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3A53; }

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

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

background-color css

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

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

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

border-color css

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

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

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