Html Css Color HEX #EE2152 Amaranth

📋 copy color: '#EE2152'

red 238 ◦ green 33 ◦ blue 82

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

Shades of Amaranth #EE2152

Tints of Amaranth #EE2152

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.35%

 BLUE value IS 82 (32.42% from 255) = 23.23%

R = 67.42%
G = 9.35%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EE2152 (or 0xEE2152) is known color: Amaranth. HEX triplet: EE, 21 and 52. RGB value is (238,33,82). Sum of RGB (Red+Green+Blue) = 238+33+82=353 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.42% from 353); Green value is 33 (13.28% from 255 or 9.35% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2152 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2152 is #11DEAD. Grayscale: #636363. Windows color (decimal): -1171118 or 5382638. OLE color: 5382638.

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

Color convert

RGB 238 33 82 -
CMYK 0 0.86 0.66 0.07
HSL 345.66º 0.86% 0.53% -
HSV(B) 345.66º 0.86% 0.93% -
XYZ 37.33 19.87 9.85 -
YUV 99.88 117.92 226.52 -
System Red Green Blue C M Y K H S L
Decimal 238 33 82 0 0.86 0.66 0.07 345.66 0.86 0.53
Hex EE 21 52 0 56 42 7 15A 56 35
Octal 356 41 122 0 126 102 7 532 126 65
Binary 11101110 100001 1010010 0 1010110 1000010 111 101011010 1010110 110101

Color Harmonies of #EE2152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2152

Black with #EE2152

Text Example


Text Example

White with #EE2152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2152; }

 p { color: rgb(238,33,82); }

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

background-color css

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

 a { background-color: rgb(238,33,82); }

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

border-color css

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

 span { border-color: rgb(238,33,82); }

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