Html Css Color HEX #EE184E Amaranth

📋 copy color: '#EE184E'

red 238 ◦ green 24 ◦ blue 78

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

Shades of Amaranth #EE184E

Tints of Amaranth #EE184E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.06%

 BLUE value IS 78 (30.86% from 255) = 22.94%

R = 70%
G = 7.06%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EE184E (or 0xEE184E) is known color: Amaranth. HEX triplet: EE, 18 and 4E. RGB value is (238,24,78). Sum of RGB (Red+Green+Blue) = 238+24+78=340 (45% of max value = 765). Red value is 238 (93.36% from 255 or 70% from 340); Green value is 24 (9.77% from 255 or 7.06% from 340); Blue value is 78 (30.86% from 255 or 22.94% from 340); Max value from RGB is 238 - color contains mainly: red. Hex color #EE184E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE184E is #11E7B1. Grayscale: #5E5E5E. Windows color (decimal): -1173426 or 5118190. OLE color: 5118190.

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

Color convert

RGB 238 24 78 -
CMYK 0 0.90 0.67 0.07
HSL 344.86º 0.86% 0.51% -
HSV(B) 344.86º 0.9% 0.93% -
XYZ 36.96 19.38 9 -
YUV 94.14 118.9 230.61 -
System Red Green Blue C M Y K H S L
Decimal 238 24 78 0 0.90 0.67 0.07 344.86 0.86 0.51
Hex EE 18 4E 0 5A 43 7 159 56 33
Octal 356 30 116 0 132 103 7 531 126 63
Binary 11101110 11000 1001110 0 1011010 1000011 111 101011001 1010110 110011

Color Harmonies of #EE184E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE184E

Black with #EE184E

Text Example


Text Example

White with #EE184E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE184E; }

 p { color: rgb(238,24,78); }

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

background-color css

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

 a { background-color: rgb(238,24,78); }

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

border-color css

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

 span { border-color: rgb(238,24,78); }

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