Html Css Color HEX #EE2555 Amaranth

📋 copy color: '#EE2555'

red 238 ◦ green 37 ◦ blue 85

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

Shades of Amaranth #EE2555

Tints of Amaranth #EE2555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.61%

R = 66.11%
G = 10.28%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EE2555 (or 0xEE2555) is known color: Amaranth. HEX triplet: EE, 25 and 55. RGB value is (238,37,85). Sum of RGB (Red+Green+Blue) = 238+37+85=360 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.11% from 360); Green value is 37 (14.84% from 255 or 10.28% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2555 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2555 is #11DAAA. Grayscale: #666666. Windows color (decimal): -1170091 or 5580270. OLE color: 5580270.

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

Color convert

RGB 238 37 85 -
CMYK 0 0.84 0.64 0.07
HSL 345.67º 0.86% 0.54% -
HSV(B) 345.67º 0.84% 0.93% -
XYZ 37.56 20.16 10.51 -
YUV 102.57 118.09 224.6 -
System Red Green Blue C M Y K H S L
Decimal 238 37 85 0 0.84 0.64 0.07 345.67 0.86 0.54
Hex EE 25 55 0 54 40 7 15A 56 36
Octal 356 45 125 0 124 100 7 532 126 66
Binary 11101110 100101 1010101 0 1010100 1000000 111 101011010 1010110 110110

Color Harmonies of #EE2555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2555

Black with #EE2555

Text Example


Text Example

White with #EE2555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2555; }

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

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

background-color css

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

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

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

border-color css

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

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

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