Html Css Color HEX #EE2544 Amaranth

📋 copy color: '#EE2544'

red 238 ◦ green 37 ◦ blue 68

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

Shades of Amaranth #EE2544

Tints of Amaranth #EE2544

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.79%

 BLUE value IS 68 (26.95% from 255) = 19.83%

R = 69.39%
G = 10.79%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EE2544 (or 0xEE2544) is known color: Amaranth. HEX triplet: EE, 25 and 44. RGB value is (238,37,68). Sum of RGB (Red+Green+Blue) = 238+37+68=343 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.39% from 343); Green value is 37 (14.84% from 255 or 10.79% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2544 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2544 is #11DABB. Grayscale: #646464. Windows color (decimal): -1170108 or 4466158. OLE color: 4466158.

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

Color convert

RGB 238 37 68 -
CMYK 0 0.84 0.71 0.07
HSL 350.75º 0.86% 0.54% -
HSV(B) 350.75º 0.84% 0.93% -
XYZ 36.96 19.92 7.37 -
YUV 100.63 109.59 225.98 -
System Red Green Blue C M Y K H S L
Decimal 238 37 68 0 0.84 0.71 0.07 350.75 0.86 0.54
Hex EE 25 44 0 54 47 7 15F 56 36
Octal 356 45 104 0 124 107 7 537 126 66
Binary 11101110 100101 1000100 0 1010100 1000111 111 101011111 1010110 110110

Color Harmonies of #EE2544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2544

Black with #EE2544

Text Example


Text Example

White with #EE2544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2544; }

 p { color: rgb(238,37,68); }

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

background-color css

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

 a { background-color: rgb(238,37,68); }

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

border-color css

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

 span { border-color: rgb(238,37,68); }

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