Html Css Color HEX #EE2347 Amaranth

📋 copy color: '#EE2347'

red 238 ◦ green 35 ◦ blue 71

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

Shades of Amaranth #EE2347

Tints of Amaranth #EE2347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20.64%

R = 69.19%
G = 10.17%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EE2347 (or 0xEE2347) is known color: Amaranth. HEX triplet: EE, 23 and 47. RGB value is (238,35,71). Sum of RGB (Red+Green+Blue) = 238+35+71=344 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.19% from 344); Green value is 35 (14.06% from 255 or 10.17% from 344); Blue value is 71 (28.12% from 255 or 20.64% from 344); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2347 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2347 is #11DCB8. Grayscale: #636363. Windows color (decimal): -1170617 or 4662254. OLE color: 4662254.

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

Color convert

RGB 238 35 71 -
CMYK 0 0.85 0.70 0.07
HSL 349.36º 0.86% 0.54% -
HSV(B) 349.36º 0.85% 0.93% -
XYZ 37 19.83 7.84 -
YUV 99.8 111.75 226.57 -
System Red Green Blue C M Y K H S L
Decimal 238 35 71 0 0.85 0.70 0.07 349.36 0.86 0.54
Hex EE 23 47 0 55 46 7 15D 56 36
Octal 356 43 107 0 125 106 7 535 126 66
Binary 11101110 100011 1000111 0 1010101 1000110 111 101011101 1010110 110110

Color Harmonies of #EE2347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2347

Black with #EE2347

Text Example


Text Example

White with #EE2347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2347; }

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

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

background-color css

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

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

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

border-color css

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

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

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