Html Css Color HEX #EE3354 Amaranth

📋 copy color: '#EE3354'

red 238 ◦ green 51 ◦ blue 84

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

Shades of Amaranth #EE3354

Tints of Amaranth #EE3354

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.67%

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

R = 63.81%
G = 13.67%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EE3354 (or 0xEE3354) is known color: Amaranth. HEX triplet: EE, 33 and 54. RGB value is (238,51,84). Sum of RGB (Red+Green+Blue) = 238+51+84=373 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.81% from 373); Green value is 51 (20.31% from 255 or 13.67% from 373); Blue value is 84 (33.20% from 255 or 22.52% from 373); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3354 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE3354 is #11CCAB. Grayscale: #6E6E6E. Windows color (decimal): -1166508 or 5518318. OLE color: 5518318.

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

Color convert

RGB 238 51 84 -
CMYK 0 0.79 0.65 0.07
HSL 349.41º 0.85% 0.57% -
HSV(B) 349.41º 0.79% 0.93% -
XYZ 38.04 21.18 10.47 -
YUV 110.68 112.95 218.82 -
System Red Green Blue C M Y K H S L
Decimal 238 51 84 0 0.79 0.65 0.07 349.41 0.85 0.57
Hex EE 33 54 0 4F 41 7 15D 55 39
Octal 356 63 124 0 117 101 7 535 125 71
Binary 11101110 110011 1010100 0 1001111 1000001 111 101011101 1010101 111001

Color Harmonies of #EE3354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3354

Black with #EE3354

Text Example


Text Example

White with #EE3354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3354; }

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

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

background-color css

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

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

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

border-color css

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

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

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