Html Css Color HEX #EE324F Amaranth

📋 copy color: '#EE324F'

red 238 ◦ green 50 ◦ blue 79

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

Shades of Amaranth #EE324F

Tints of Amaranth #EE324F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.53%

R = 64.85%
G = 13.62%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EE324F (or 0xEE324F) is known color: Amaranth. HEX triplet: EE, 32 and 4F. RGB value is (238,50,79). Sum of RGB (Red+Green+Blue) = 238+50+79=367 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.85% from 367); Green value is 50 (19.92% from 255 or 13.62% from 367); Blue value is 79 (31.25% from 255 or 21.53% from 367); Max value from RGB is 238 - color contains mainly: red. Hex color #EE324F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE324F is #11CDB0. Grayscale: #6D6D6D. Windows color (decimal): -1166769 or 5190382. OLE color: 5190382.

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

Color convert

RGB 238 50 79 -
CMYK 0 0.79 0.67 0.07
HSL 350.74º 0.85% 0.56% -
HSV(B) 350.74º 0.79% 0.93% -
XYZ 37.81 21.02 9.46 -
YUV 109.52 110.78 219.64 -
System Red Green Blue C M Y K H S L
Decimal 238 50 79 0 0.79 0.67 0.07 350.74 0.85 0.56
Hex EE 32 4F 0 4F 43 7 15F 55 38
Octal 356 62 117 0 117 103 7 537 125 70
Binary 11101110 110010 1001111 0 1001111 1000011 111 101011111 1010101 111000

Color Harmonies of #EE324F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE324F

Black with #EE324F

Text Example


Text Example

White with #EE324F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE324F; }

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

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

background-color css

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

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

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

border-color css

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

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

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