Html Css Color HEX #EE3558 Amaranth

📋 copy color: '#EE3558'

red 238 ◦ green 53 ◦ blue 88

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

Shades of Amaranth #EE3558

Tints of Amaranth #EE3558

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.98%

 BLUE value IS 88 (34.77% from 255) = 23.22%

R = 62.8%
G = 13.98%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EE3558 (or 0xEE3558) is known color: Amaranth. HEX triplet: EE, 35 and 58. RGB value is (238,53,88). Sum of RGB (Red+Green+Blue) = 238+53+88=379 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.80% from 379); Green value is 53 (21.09% from 255 or 13.98% from 379); Blue value is 88 (34.77% from 255 or 23.22% from 379); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3558 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE3558 is #11CAA7. Grayscale: #707070. Windows color (decimal): -1165992 or 5780974. OLE color: 5780974.

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

Color convert

RGB 238 53 88 -
CMYK 0 0.78 0.63 0.07
HSL 348.65º 0.84% 0.57% -
HSV(B) 348.65º 0.78% 0.93% -
XYZ 38.29 21.43 11.35 -
YUV 112.31 114.29 217.65 -
System Red Green Blue C M Y K H S L
Decimal 238 53 88 0 0.78 0.63 0.07 348.65 0.84 0.57
Hex EE 35 58 0 4E 3F 7 15D 54 39
Octal 356 65 130 0 116 77 7 535 124 71
Binary 11101110 110101 1011000 0 1001110 111111 111 101011101 1010100 111001

Color Harmonies of #EE3558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3558

Black with #EE3558

Text Example


Text Example

White with #EE3558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3558; }

 p { color: rgb(238,53,88); }

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

background-color css

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

 a { background-color: rgb(238,53,88); }

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

border-color css

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

 span { border-color: rgb(238,53,88); }

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