Html Css Color HEX #EE424C Amaranth

📋 copy color: '#EE424C'

red 238 ◦ green 66 ◦ blue 76

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

Shades of Amaranth #EE424C

Tints of Amaranth #EE424C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.37%

 BLUE value IS 76 (30.08% from 255) = 20%

R = 62.63%
G = 17.37%
B = 20%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EE424C (or 0xEE424C) is known color: Amaranth. HEX triplet: EE, 42 and 4C. RGB value is (238,66,76). Sum of RGB (Red+Green+Blue) = 238+66+76=380 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.63% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 76 (30.08% from 255 or 20% from 380); Max value from RGB is 238 - color contains mainly: red. Hex color #EE424C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE424C is #11BDB3. Grayscale: #767676. Windows color (decimal): -1162676 or 4997870. OLE color: 4997870.

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

Color convert

RGB 238 66 76 -
CMYK 0 0.72 0.68 0.07
HSL 356.51º 0.83% 0.6% -
HSV(B) 356.51º 0.72% 0.93% -
XYZ 38.51 22.6 9.17 -
YUV 118.57 103.98 213.19 -
System Red Green Blue C M Y K H S L
Decimal 238 66 76 0 0.72 0.68 0.07 356.51 0.83 0.6
Hex EE 42 4C 0 48 44 7 165 53 3C
Octal 356 102 114 0 110 104 7 545 123 74
Binary 11101110 1000010 1001100 0 1001000 1000100 111 101100101 1010011 111100

Color Harmonies of #EE424C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE424C

Black with #EE424C

Text Example


Text Example

White with #EE424C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE424C; }

 p { color: rgb(238,66,76); }

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

background-color css

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

 a { background-color: rgb(238,66,76); }

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

border-color css

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

 span { border-color: rgb(238,66,76); }

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