Html Css Color HEX #EE174C Amaranth

📋 copy color: '#EE174C'

red 238 ◦ green 23 ◦ blue 76

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

Shades of Amaranth #EE174C

Tints of Amaranth #EE174C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.82%

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

R = 70.62%
G = 6.82%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EE174C (or 0xEE174C) is known color: Amaranth. HEX triplet: EE, 17 and 4C. RGB value is (238,23,76). Sum of RGB (Red+Green+Blue) = 238+23+76=337 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.62% from 337); Green value is 23 (9.38% from 255 or 6.82% from 337); Blue value is 76 (30.08% from 255 or 22.55% from 337); Max value from RGB is 238 - color contains mainly: red. Hex color #EE174C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE174C is #11E8B3. Grayscale: #5D5D5D. Windows color (decimal): -1173684 or 4986862. OLE color: 4986862.

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

Color convert

RGB 238 23 76 -
CMYK 0 0.90 0.68 0.07
HSL 345.21º 0.86% 0.51% -
HSV(B) 345.21º 0.9% 0.93% -
XYZ 36.87 19.31 8.62 -
YUV 93.33 118.23 231.19 -
System Red Green Blue C M Y K H S L
Decimal 238 23 76 0 0.90 0.68 0.07 345.21 0.86 0.51
Hex EE 17 4C 0 5A 44 7 159 56 33
Octal 356 27 114 0 132 104 7 531 126 63
Binary 11101110 10111 1001100 0 1011010 1000100 111 101011001 1010110 110011

Color Harmonies of #EE174C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE174C

Black with #EE174C

Text Example


Text Example

White with #EE174C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE174C; }

 p { color: rgb(238,23,76); }

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

background-color css

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

 a { background-color: rgb(238,23,76); }

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

border-color css

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

 span { border-color: rgb(238,23,76); }

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