Html Css Color HEX #EB194B Amaranth

📋 copy color: '#EB194B'

red 235 ◦ green 25 ◦ blue 75

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

Shades of Amaranth #EB194B

Tints of Amaranth #EB194B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.39%

R = 70.15%
G = 7.46%
B = 22.39%

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

#EB194B (or 0xEB194B) is known color: Amaranth. HEX triplet: EB, 19 and 4B. RGB value is (235,25,75). Sum of RGB (Red+Green+Blue) = 235+25+75=335 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.15% from 335); Green value is 25 (10.16% from 255 or 7.46% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 235 - color contains mainly: red. Hex color #EB194B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB194B is #14E6B4. Grayscale: #5D5D5D. Windows color (decimal): -1369781 or 4921835. OLE color: 4921835.

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

Color convert

RGB 235 25 75 -
CMYK 0 0.89 0.68 0.08
HSL 345.71º 0.84% 0.51% -
HSV(B) 345.71º 0.89% 0.92% -
XYZ 35.88 18.87 8.41 -
YUV 93.49 117.57 228.93 -
System Red Green Blue C M Y K H S L
Decimal 235 25 75 0 0.89 0.68 0.08 345.71 0.84 0.51
Hex EB 19 4B 0 59 44 8 15A 54 33
Octal 353 31 113 0 131 104 10 532 124 63
Binary 11101011 11001 1001011 0 1011001 1000100 1000 101011010 1010100 110011

Color Harmonies of #EB194B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB194B

Black with #EB194B

Text Example


Text Example

White with #EB194B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB194B; }

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

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

background-color css

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

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

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

border-color css

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

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

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