Html Css Color HEX #EB3350 Amaranth

📋 copy color: '#EB3350'

red 235 ◦ green 51 ◦ blue 80

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

Shades of Amaranth #EB3350

Tints of Amaranth #EB3350

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.93%

 BLUE value IS 80 (31.64% from 255) = 21.86%

R = 64.21%
G = 13.93%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EB3350 (or 0xEB3350) is known color: Amaranth. HEX triplet: EB, 33 and 50. RGB value is (235,51,80). Sum of RGB (Red+Green+Blue) = 235+51+80=366 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.21% from 366); Green value is 51 (20.31% from 255 or 13.93% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3350 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB3350 is #14CCAF. Grayscale: #6D6D6D. Windows color (decimal): -1363120 or 5256171. OLE color: 5256171.

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

Color convert

RGB 235 51 80 -
CMYK 0 0.78 0.66 0.08
HSL 350.54º 0.82% 0.56% -
HSV(B) 350.54º 0.78% 0.92% -
XYZ 36.89 20.61 9.62 -
YUV 109.32 111.46 217.64 -
System Red Green Blue C M Y K H S L
Decimal 235 51 80 0 0.78 0.66 0.08 350.54 0.82 0.56
Hex EB 33 50 0 4E 42 8 15F 52 38
Octal 353 63 120 0 116 102 10 537 122 70
Binary 11101011 110011 1010000 0 1001110 1000010 1000 101011111 1010010 111000

Color Harmonies of #EB3350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3350

Black with #EB3350

Text Example


Text Example

White with #EB3350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3350; }

 p { color: rgb(235,51,80); }

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

background-color css

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

 a { background-color: rgb(235,51,80); }

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

border-color css

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

 span { border-color: rgb(235,51,80); }

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