Html Css Color HEX #EE3456 Amaranth

📋 copy color: '#EE3456'

red 238 ◦ green 52 ◦ blue 86

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

Shades of Amaranth #EE3456

Tints of Amaranth #EE3456

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.83%

 BLUE value IS 86 (33.98% from 255) = 22.87%

R = 63.3%
G = 13.83%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EE3456 (or 0xEE3456) is known color: Amaranth. HEX triplet: EE, 34 and 56. RGB value is (238,52,86). Sum of RGB (Red+Green+Blue) = 238+52+86=376 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.30% from 376); Green value is 52 (20.70% from 255 or 13.83% from 376); Blue value is 86 (33.98% from 255 or 22.87% from 376); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3456 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE3456 is #11CBA9. Grayscale: #6F6F6F. Windows color (decimal): -1166250 or 5649646. OLE color: 5649646.

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

Color convert

RGB 238 52 86 -
CMYK 0 0.78 0.64 0.07
HSL 349.03º 0.85% 0.57% -
HSV(B) 349.03º 0.78% 0.93% -
XYZ 38.17 21.31 10.9 -
YUV 111.49 113.62 218.24 -
System Red Green Blue C M Y K H S L
Decimal 238 52 86 0 0.78 0.64 0.07 349.03 0.85 0.57
Hex EE 34 56 0 4E 40 7 15D 55 39
Octal 356 64 126 0 116 100 7 535 125 71
Binary 11101110 110100 1010110 0 1001110 1000000 111 101011101 1010101 111001

Color Harmonies of #EE3456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3456

Black with #EE3456

Text Example


Text Example

White with #EE3456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3456; }

 p { color: rgb(238,52,86); }

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

background-color css

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

 a { background-color: rgb(238,52,86); }

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

border-color css

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

 span { border-color: rgb(238,52,86); }

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