Html Css Color HEX #EB194C Amaranth

📋 copy color: '#EB194C'

red 235 ◦ green 25 ◦ blue 76

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

Shades of Amaranth #EB194C

Tints of Amaranth #EB194C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.44%

 BLUE value IS 76 (30.08% from 255) = 22.62%

R = 69.94%
G = 7.44%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EB194C (or 0xEB194C) is known color: Amaranth. HEX triplet: EB, 19 and 4C. RGB value is (235,25,76). Sum of RGB (Red+Green+Blue) = 235+25+76=336 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.94% from 336); Green value is 25 (10.16% from 255 or 7.44% from 336); Blue value is 76 (30.08% from 255 or 22.62% from 336); Max value from RGB is 235 - color contains mainly: red. Hex color #EB194C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB194C is #14E6B3. Grayscale: #5D5D5D. Windows color (decimal): -1369780 or 4987371. OLE color: 4987371.

HSL color Cylindrical-coordinate representation of color #EB194C: hue angle of 345.43º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EB194C is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 25 76 -
CMYK 0 0.89 0.68 0.08
HSL 345.43º 0.84% 0.51% -
HSV(B) 345.43º 0.89% 0.92% -
XYZ 35.91 18.88 8.59 -
YUV 93.6 118.07 228.85 -
System Red Green Blue C M Y K H S L
Decimal 235 25 76 0 0.89 0.68 0.08 345.43 0.84 0.51
Hex EB 19 4C 0 59 44 8 159 54 33
Octal 353 31 114 0 131 104 10 531 124 63
Binary 11101011 11001 1001100 0 1011001 1000100 1000 101011001 1010100 110011

Color Harmonies of #EB194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB194C

Black with #EB194C

Text Example


Text Example

White with #EB194C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB194C; }

 p { color: rgb(235,25,76); }

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

background-color css

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

 a { background-color: rgb(235,25,76); }

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

border-color css

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

 span { border-color: rgb(235,25,76); }

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