Html Css Color HEX #EE324A Amaranth

📋 copy color: '#EE324A'

red 238 ◦ green 50 ◦ blue 74

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

Shades of Amaranth #EE324A

Tints of Amaranth #EE324A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.81%

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

R = 65.75%
G = 13.81%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EE324A (or 0xEE324A) is known color: Amaranth. HEX triplet: EE, 32 and 4A. RGB value is (238,50,74). Sum of RGB (Red+Green+Blue) = 238+50+74=362 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.75% from 362); Green value is 50 (19.92% from 255 or 13.81% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 238 - color contains mainly: red. Hex color #EE324A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE324A is #11CDB5. Grayscale: #6D6D6D. Windows color (decimal): -1166774 or 4862702. OLE color: 4862702.

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

Color convert

RGB 238 50 74 -
CMYK 0 0.79 0.69 0.07
HSL 352.34º 0.85% 0.56% -
HSV(B) 352.34º 0.79% 0.93% -
XYZ 37.64 20.95 8.54 -
YUV 108.95 108.28 220.05 -
System Red Green Blue C M Y K H S L
Decimal 238 50 74 0 0.79 0.69 0.07 352.34 0.85 0.56
Hex EE 32 4A 0 4F 45 7 160 55 38
Octal 356 62 112 0 117 105 7 540 125 70
Binary 11101110 110010 1001010 0 1001111 1000101 111 101100000 1010101 111000

Color Harmonies of #EE324A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE324A

Black with #EE324A

Text Example


Text Example

White with #EE324A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE324A; }

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

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

background-color css

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

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

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

border-color css

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

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

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