Html Css Color HEX #EE244D Amaranth

📋 copy color: '#EE244D'

red 238 ◦ green 36 ◦ blue 77

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

Shades of Amaranth #EE244D

Tints of Amaranth #EE244D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.26%

 BLUE value IS 77 (30.47% from 255) = 21.94%

R = 67.81%
G = 10.26%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EE244D (or 0xEE244D) is known color: Amaranth. HEX triplet: EE, 24 and 4D. RGB value is (238,36,77). Sum of RGB (Red+Green+Blue) = 238+36+77=351 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.81% from 351); Green value is 36 (14.45% from 255 or 10.26% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 238 - color contains mainly: red. Hex color #EE244D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE244D is #11DBB2. Grayscale: #656565. Windows color (decimal): -1170355 or 5055726. OLE color: 5055726.

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

Color convert

RGB 238 36 77 -
CMYK 0 0.85 0.68 0.07
HSL 347.82º 0.86% 0.54% -
HSV(B) 347.82º 0.85% 0.93% -
XYZ 37.23 19.97 8.91 -
YUV 101.07 114.42 225.67 -
System Red Green Blue C M Y K H S L
Decimal 238 36 77 0 0.85 0.68 0.07 347.82 0.86 0.54
Hex EE 24 4D 0 55 44 7 15C 56 36
Octal 356 44 115 0 125 104 7 534 126 66
Binary 11101110 100100 1001101 0 1010101 1000100 111 101011100 1010110 110110

Color Harmonies of #EE244D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE244D

Black with #EE244D

Text Example


Text Example

White with #EE244D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE244D; }

 p { color: rgb(238,36,77); }

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

background-color css

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

 a { background-color: rgb(238,36,77); }

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

border-color css

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

 span { border-color: rgb(238,36,77); }

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