Html Css Color HEX #EE194D Amaranth

📋 copy color: '#EE194D'

red 238 ◦ green 25 ◦ blue 77

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

Shades of Amaranth #EE194D

Tints of Amaranth #EE194D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.65%

R = 70%
G = 7.35%
B = 22.65%

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

#EE194D (or 0xEE194D) is known color: Amaranth. HEX triplet: EE, 19 and 4D. RGB value is (238,25,77). Sum of RGB (Red+Green+Blue) = 238+25+77=340 (45% of max value = 765). Red value is 238 (93.36% from 255 or 70% from 340); Green value is 25 (10.16% from 255 or 7.35% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 238 - color contains mainly: red. Hex color #EE194D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE194D is #11E6B2. Grayscale: #5E5E5E. Windows color (decimal): -1173171 or 5052910. OLE color: 5052910.

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

Color convert

RGB 238 25 77 -
CMYK 0 0.89 0.68 0.07
HSL 345.35º 0.86% 0.52% -
HSV(B) 345.35º 0.89% 0.93% -
XYZ 36.95 19.41 8.82 -
YUV 94.62 118.07 230.27 -
System Red Green Blue C M Y K H S L
Decimal 238 25 77 0 0.89 0.68 0.07 345.35 0.86 0.52
Hex EE 19 4D 0 59 44 7 159 56 34
Octal 356 31 115 0 131 104 7 531 126 64
Binary 11101110 11001 1001101 0 1011001 1000100 111 101011001 1010110 110100

Color Harmonies of #EE194D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE194D

Black with #EE194D

Text Example


Text Example

White with #EE194D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE194D; }

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

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

background-color css

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

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

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

border-color css

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

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

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