Html Css Color HEX #EE2550 Amaranth

📋 copy color: '#EE2550'

red 238 ◦ green 37 ◦ blue 80

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

Shades of Amaranth #EE2550

Tints of Amaranth #EE2550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.54%

R = 67.04%
G = 10.42%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EE2550 (or 0xEE2550) is known color: Amaranth. HEX triplet: EE, 25 and 50. RGB value is (238,37,80). Sum of RGB (Red+Green+Blue) = 238+37+80=355 (47% of max value = 765). Red value is 238 (93.36% from 255 or 67.04% from 355); Green value is 37 (14.84% from 255 or 10.42% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2550 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2550 is #11DAAF. Grayscale: #666666. Windows color (decimal): -1170096 or 5252590. OLE color: 5252590.

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

Color convert

RGB 238 37 80 -
CMYK 0 0.84 0.66 0.07
HSL 347.16º 0.86% 0.54% -
HSV(B) 347.16º 0.84% 0.93% -
XYZ 37.37 20.08 9.5 -
YUV 102 115.59 225 -
System Red Green Blue C M Y K H S L
Decimal 238 37 80 0 0.84 0.66 0.07 347.16 0.86 0.54
Hex EE 25 50 0 54 42 7 15B 56 36
Octal 356 45 120 0 124 102 7 533 126 66
Binary 11101110 100101 1010000 0 1010100 1000010 111 101011011 1010110 110110

Color Harmonies of #EE2550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2550

Black with #EE2550

Text Example


Text Example

White with #EE2550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2550; }

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

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

background-color css

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

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

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

border-color css

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

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

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