Html Css Color HEX #EE2755 Amaranth

📋 copy color: '#EE2755'

red 238 ◦ green 39 ◦ blue 85

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

Shades of Amaranth #EE2755

Tints of Amaranth #EE2755

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.77%

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

R = 65.75%
G = 10.77%
B = 23.48%

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

#EE2755 (or 0xEE2755) is known color: Amaranth. HEX triplet: EE, 27 and 55. RGB value is (238,39,85). Sum of RGB (Red+Green+Blue) = 238+39+85=362 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.75% from 362); Green value is 39 (15.62% from 255 or 10.77% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2755 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2755 is #11D8AA. Grayscale: #676767. Windows color (decimal): -1169579 or 5580782. OLE color: 5580782.

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

Color convert

RGB 238 39 85 -
CMYK 0 0.84 0.64 0.07
HSL 346.13º 0.85% 0.54% -
HSV(B) 346.13º 0.84% 0.93% -
XYZ 37.63 20.28 10.53 -
YUV 103.75 117.43 223.76 -
System Red Green Blue C M Y K H S L
Decimal 238 39 85 0 0.84 0.64 0.07 346.13 0.85 0.54
Hex EE 27 55 0 54 40 7 15A 55 36
Octal 356 47 125 0 124 100 7 532 125 66
Binary 11101110 100111 1010101 0 1010100 1000000 111 101011010 1010101 110110

Color Harmonies of #EE2755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2755

Black with #EE2755

Text Example


Text Example

White with #EE2755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2755; }

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

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

background-color css

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

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

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

border-color css

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

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

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