Html Css Color HEX #EE2356 Amaranth

📋 copy color: '#EE2356'

red 238 ◦ green 35 ◦ blue 86

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

Shades of Amaranth #EE2356

Tints of Amaranth #EE2356

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.75%

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

R = 66.3%
G = 9.75%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EE2356 (or 0xEE2356) is known color: Amaranth. HEX triplet: EE, 23 and 56. RGB value is (238,35,86). Sum of RGB (Red+Green+Blue) = 238+35+86=359 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.30% from 359); Green value is 35 (14.06% from 255 or 9.75% from 359); Blue value is 86 (33.98% from 255 or 23.96% from 359); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2356 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2356 is #11DCA9. Grayscale: #656565. Windows color (decimal): -1170602 or 5645294. OLE color: 5645294.

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

Color convert

RGB 238 35 86 -
CMYK 0 0.85 0.64 0.07
HSL 344.93º 0.86% 0.54% -
HSV(B) 344.93º 0.85% 0.93% -
XYZ 37.54 20.05 10.7 -
YUV 101.51 119.25 225.35 -
System Red Green Blue C M Y K H S L
Decimal 238 35 86 0 0.85 0.64 0.07 344.93 0.86 0.54
Hex EE 23 56 0 55 40 7 159 56 36
Octal 356 43 126 0 125 100 7 531 126 66
Binary 11101110 100011 1010110 0 1010101 1000000 111 101011001 1010110 110110

Color Harmonies of #EE2356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2356

Black with #EE2356

Text Example


Text Example

White with #EE2356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2356; }

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

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

background-color css

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

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

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

border-color css

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

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

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