Html Css Color HEX #EE2546 Amaranth

📋 copy color: '#EE2546'

red 238 ◦ green 37 ◦ blue 70

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

Shades of Amaranth #EE2546

Tints of Amaranth #EE2546

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.72%

 BLUE value IS 70 (27.73% from 255) = 20.29%

R = 68.99%
G = 10.72%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EE2546 (or 0xEE2546) is known color: Amaranth. HEX triplet: EE, 25 and 46. RGB value is (238,37,70). Sum of RGB (Red+Green+Blue) = 238+37+70=345 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.99% from 345); Green value is 37 (14.84% from 255 or 10.72% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2546 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2546 is #11DAB9. Grayscale: #646464. Windows color (decimal): -1170106 or 4597230. OLE color: 4597230.

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

Color convert

RGB 238 37 70 -
CMYK 0 0.84 0.71 0.07
HSL 350.15º 0.86% 0.54% -
HSV(B) 350.15º 0.84% 0.93% -
XYZ 37.03 19.94 7.69 -
YUV 100.86 110.59 225.82 -
System Red Green Blue C M Y K H S L
Decimal 238 37 70 0 0.84 0.71 0.07 350.15 0.86 0.54
Hex EE 25 46 0 54 47 7 15E 56 36
Octal 356 45 106 0 124 107 7 536 126 66
Binary 11101110 100101 1000110 0 1010100 1000111 111 101011110 1010110 110110

Color Harmonies of #EE2546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2546

Black with #EE2546

Text Example


Text Example

White with #EE2546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2546; }

 p { color: rgb(238,37,70); }

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

background-color css

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

 a { background-color: rgb(238,37,70); }

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

border-color css

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

 span { border-color: rgb(238,37,70); }

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