Html Css Color HEX #EB2950 Amaranth

📋 copy color: '#EB2950'

red 235 ◦ green 41 ◦ blue 80

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

Shades of Amaranth #EB2950

Tints of Amaranth #EB2950

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.52%

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

R = 66.01%
G = 11.52%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EB2950 (or 0xEB2950) is known color: Amaranth. HEX triplet: EB, 29 and 50. RGB value is (235,41,80). Sum of RGB (Red+Green+Blue) = 235+41+80=356 (47% of max value = 765). Red value is 235 (92.19% from 255 or 66.01% from 356); Green value is 41 (16.41% from 255 or 11.52% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2950 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2950 is #14D6AF. Grayscale: #676767. Windows color (decimal): -1365680 or 5253611. OLE color: 5253611.

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

Color convert

RGB 235 41 80 -
CMYK 0 0.83 0.66 0.08
HSL 347.94º 0.83% 0.54% -
HSV(B) 347.94º 0.83% 0.92% -
XYZ 36.5 19.83 9.49 -
YUV 103.45 114.77 221.83 -
System Red Green Blue C M Y K H S L
Decimal 235 41 80 0 0.83 0.66 0.08 347.94 0.83 0.54
Hex EB 29 50 0 53 42 8 15C 53 36
Octal 353 51 120 0 123 102 10 534 123 66
Binary 11101011 101001 1010000 0 1010011 1000010 1000 101011100 1010011 110110

Color Harmonies of #EB2950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2950

Black with #EB2950

Text Example


Text Example

White with #EB2950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2950; }

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

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

background-color css

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

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

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

border-color css

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

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

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