Html Css Color HEX #EE494B Amaranth

📋 copy color: '#EE494B'

red 238 ◦ green 73 ◦ blue 75

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

Shades of Amaranth #EE494B

Tints of Amaranth #EE494B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.91%

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

R = 61.66%
G = 18.91%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EE494B (or 0xEE494B) is known color: Amaranth. HEX triplet: EE, 49 and 4B. RGB value is (238,73,75). Sum of RGB (Red+Green+Blue) = 238+73+75=386 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.66% from 386); Green value is 73 (28.91% from 255 or 18.91% from 386); Blue value is 75 (29.69% from 255 or 19.43% from 386); Max value from RGB is 238 - color contains mainly: red. Hex color #EE494B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE494B is #11B6B4. Grayscale: #7A7A7A. Windows color (decimal): -1160885 or 4934126. OLE color: 4934126.

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

Color convert

RGB 238 73 75 -
CMYK 0 0.69 0.68 0.07
HSL 359.27º 0.83% 0.61% -
HSV(B) 359.27º 0.69% 0.93% -
XYZ 38.91 23.45 9.13 -
YUV 122.56 101.16 210.34 -
System Red Green Blue C M Y K H S L
Decimal 238 73 75 0 0.69 0.68 0.07 359.27 0.83 0.61
Hex EE 49 4B 0 45 44 7 167 53 3D
Octal 356 111 113 0 105 104 7 547 123 75
Binary 11101110 1001001 1001011 0 1000101 1000100 111 101100111 1010011 111101

Color Harmonies of #EE494B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE494B

Black with #EE494B

Text Example


Text Example

White with #EE494B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE494B; }

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

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

background-color css

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

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

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

border-color css

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

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

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