Html Css Color HEX #EE364A Amaranth

📋 copy color: '#EE364A'

red 238 ◦ green 54 ◦ blue 74

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

Shades of Amaranth #EE364A

Tints of Amaranth #EE364A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.75%

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

R = 65.03%
G = 14.75%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EE364A (or 0xEE364A) is known color: Amaranth. HEX triplet: EE, 36 and 4A. RGB value is (238,54,74). Sum of RGB (Red+Green+Blue) = 238+54+74=366 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.03% from 366); Green value is 54 (21.48% from 255 or 14.75% from 366); Blue value is 74 (29.30% from 255 or 20.22% from 366); Max value from RGB is 238 - color contains mainly: red. Hex color #EE364A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE364A is #11C9B5. Grayscale: #6F6F6F. Windows color (decimal): -1165750 or 4863726. OLE color: 4863726.

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

Color convert

RGB 238 54 74 -
CMYK 0 0.77 0.69 0.07
HSL 353.48º 0.84% 0.57% -
HSV(B) 353.48º 0.77% 0.93% -
XYZ 37.82 21.31 8.6 -
YUV 111.3 106.96 218.37 -
System Red Green Blue C M Y K H S L
Decimal 238 54 74 0 0.77 0.69 0.07 353.48 0.84 0.57
Hex EE 36 4A 0 4D 45 7 161 54 39
Octal 356 66 112 0 115 105 7 541 124 71
Binary 11101110 110110 1001010 0 1001101 1000101 111 101100001 1010100 111001

Color Harmonies of #EE364A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE364A

Black with #EE364A

Text Example


Text Example

White with #EE364A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE364A; }

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

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

background-color css

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

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

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

border-color css

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

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

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