Html Css Color HEX #EE3553 Amaranth

📋 copy color: '#EE3553'

red 238 ◦ green 53 ◦ blue 83

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

Shades of Amaranth #EE3553

Tints of Amaranth #EE3553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.19%

R = 63.64%
G = 14.17%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EE3553 (or 0xEE3553) is known color: Amaranth. HEX triplet: EE, 35 and 53. RGB value is (238,53,83). Sum of RGB (Red+Green+Blue) = 238+53+83=374 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.64% from 374); Green value is 53 (21.09% from 255 or 14.17% from 374); Blue value is 83 (32.81% from 255 or 22.19% from 374); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3553 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE3553 is #11CAAC. Grayscale: #6F6F6F. Windows color (decimal): -1165997 or 5453294. OLE color: 5453294.

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

Color convert

RGB 238 53 83 -
CMYK 0 0.78 0.65 0.07
HSL 350.27º 0.84% 0.57% -
HSV(B) 350.27º 0.78% 0.93% -
XYZ 38.09 21.35 10.3 -
YUV 111.74 111.79 218.06 -
System Red Green Blue C M Y K H S L
Decimal 238 53 83 0 0.78 0.65 0.07 350.27 0.84 0.57
Hex EE 35 53 0 4E 41 7 15E 54 39
Octal 356 65 123 0 116 101 7 536 124 71
Binary 11101110 110101 1010011 0 1001110 1000001 111 101011110 1010100 111001

Color Harmonies of #EE3553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3553

Black with #EE3553

Text Example


Text Example

White with #EE3553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3553; }

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

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

background-color css

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

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

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

border-color css

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

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

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