Html Css Color HEX #EE3C4A Amaranth

📋 copy color: '#EE3C4A'

red 238 ◦ green 60 ◦ blue 74

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

Shades of Amaranth #EE3C4A

Tints of Amaranth #EE3C4A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.13%

 BLUE value IS 74 (29.3% from 255) = 19.89%

R = 63.98%
G = 16.13%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EE3C4A (or 0xEE3C4A) is known color: Amaranth. HEX triplet: EE, 3C and 4A. RGB value is (238,60,74). Sum of RGB (Red+Green+Blue) = 238+60+74=372 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.98% from 372); Green value is 60 (23.83% from 255 or 16.13% from 372); Blue value is 74 (29.30% from 255 or 19.89% from 372); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3C4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3C4A is #11C3B5. Grayscale: #727272. Windows color (decimal): -1164214 or 4865262. OLE color: 4865262.

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

Color convert

RGB 238 60 74 -
CMYK 0 0.75 0.69 0.07
HSL 355.28º 0.84% 0.58% -
HSV(B) 355.28º 0.75% 0.93% -
XYZ 38.11 21.9 8.7 -
YUV 114.82 104.97 215.86 -
System Red Green Blue C M Y K H S L
Decimal 238 60 74 0 0.75 0.69 0.07 355.28 0.84 0.58
Hex EE 3C 4A 0 4B 45 7 163 54 3A
Octal 356 74 112 0 113 105 7 543 124 72
Binary 11101110 111100 1001010 0 1001011 1000101 111 101100011 1010100 111010

Color Harmonies of #EE3C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3C4A

Black with #EE3C4A

Text Example


Text Example

White with #EE3C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3C4A; }

 p { color: rgb(238,60,74); }

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

background-color css

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

 a { background-color: rgb(238,60,74); }

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

border-color css

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

 span { border-color: rgb(238,60,74); }

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