Html Css Color HEX #EB3A55 Amaranth

📋 copy color: '#EB3A55'

red 235 ◦ green 58 ◦ blue 85

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

Shades of Amaranth #EB3A55

Tints of Amaranth #EB3A55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 22.49%

R = 62.17%
G = 15.34%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EB3A55 (or 0xEB3A55) is known color: Amaranth. HEX triplet: EB, 3A and 55. RGB value is (235,58,85). Sum of RGB (Red+Green+Blue) = 235+58+85=378 (50% of max value = 765). Red value is 235 (92.19% from 255 or 62.17% from 378); Green value is 58 (23.05% from 255 or 15.34% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3A55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB3A55 is #14C5AA. Grayscale: #727272. Windows color (decimal): -1361323 or 5585643. OLE color: 5585643.

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

Color convert

RGB 235 58 85 -
CMYK 0 0.75 0.64 0.08
HSL 350.85º 0.82% 0.57% -
HSV(B) 350.85º 0.75% 0.92% -
XYZ 37.41 21.34 10.74 -
YUV 114 111.64 214.3 -
System Red Green Blue C M Y K H S L
Decimal 235 58 85 0 0.75 0.64 0.08 350.85 0.82 0.57
Hex EB 3A 55 0 4B 40 8 15F 52 39
Octal 353 72 125 0 113 100 10 537 122 71
Binary 11101011 111010 1010101 0 1001011 1000000 1000 101011111 1010010 111001

Color Harmonies of #EB3A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3A55

Black with #EB3A55

Text Example


Text Example

White with #EB3A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3A55; }

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

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

background-color css

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

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

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

border-color css

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

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

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