Html Css Color HEX #EE3554 Amaranth

📋 copy color: '#EE3554'

red 238 ◦ green 53 ◦ blue 84

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

Shades of Amaranth #EE3554

Tints of Amaranth #EE3554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 22.4%

R = 63.47%
G = 14.13%
B = 22.4%

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

#EE3554 (or 0xEE3554) is known color: Amaranth. HEX triplet: EE, 35 and 54. RGB value is (238,53,84). Sum of RGB (Red+Green+Blue) = 238+53+84=375 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.47% from 375); Green value is 53 (21.09% from 255 or 14.13% from 375); Blue value is 84 (33.20% from 255 or 22.4% from 375); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3554 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE3554 is #11CAAB. Grayscale: #6F6F6F. Windows color (decimal): -1165996 or 5518830. OLE color: 5518830.

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

Color convert

RGB 238 53 84 -
CMYK 0 0.78 0.65 0.07
HSL 349.95º 0.84% 0.57% -
HSV(B) 349.95º 0.78% 0.93% -
XYZ 38.13 21.36 10.5 -
YUV 111.85 112.29 217.98 -
System Red Green Blue C M Y K H S L
Decimal 238 53 84 0 0.78 0.65 0.07 349.95 0.84 0.57
Hex EE 35 54 0 4E 41 7 15E 54 39
Octal 356 65 124 0 116 101 7 536 124 71
Binary 11101110 110101 1010100 0 1001110 1000001 111 101011110 1010100 111001

Color Harmonies of #EE3554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3554

Black with #EE3554

Text Example


Text Example

White with #EE3554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3554; }

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

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

background-color css

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

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

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

border-color css

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

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

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