Html Css Color HEX #EE194B Amaranth

📋 copy color: '#EE194B'

red 238 ◦ green 25 ◦ blue 75

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

Shades of Amaranth #EE194B

Tints of Amaranth #EE194B

RGB

 RED value IS 238 (93.36% from 255) = 70.41%

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

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

R = 70.41%
G = 7.4%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EE194B (or 0xEE194B) is known color: Amaranth. HEX triplet: EE, 19 and 4B. RGB value is (238,25,75). Sum of RGB (Red+Green+Blue) = 238+25+75=338 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.41% from 338); Green value is 25 (10.16% from 255 or 7.40% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 238 - color contains mainly: red. Hex color #EE194B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE194B is #11E6B4. Grayscale: #5E5E5E. Windows color (decimal): -1173173 or 4921838. OLE color: 4921838.

HSL color Cylindrical-coordinate representation of color #EE194B: hue angle of 345.92º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE194B is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 25 75 -
CMYK 0 0.89 0.68 0.07
HSL 345.92º 0.86% 0.52% -
HSV(B) 345.92º 0.89% 0.93% -
XYZ 36.88 19.38 8.45 -
YUV 94.39 117.07 230.43 -
System Red Green Blue C M Y K H S L
Decimal 238 25 75 0 0.89 0.68 0.07 345.92 0.86 0.52
Hex EE 19 4B 0 59 44 7 15A 56 34
Octal 356 31 113 0 131 104 7 532 126 64
Binary 11101110 11001 1001011 0 1011001 1000100 111 101011010 1010110 110100

Color Harmonies of #EE194B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE194B

Black with #EE194B

Text Example


Text Example

White with #EE194B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE194B; }

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

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

background-color css

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

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

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

border-color css

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

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

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