Html Css Color HEX #EE2652 Amaranth

📋 copy color: '#EE2652'

red 238 ◦ green 38 ◦ blue 82

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

Shades of Amaranth #EE2652

Tints of Amaranth #EE2652

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.61%

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

R = 66.48%
G = 10.61%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EE2652 (or 0xEE2652) is known color: Amaranth. HEX triplet: EE, 26 and 52. RGB value is (238,38,82). Sum of RGB (Red+Green+Blue) = 238+38+82=358 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.48% from 358); Green value is 38 (15.23% from 255 or 10.61% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2652 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2652 is #11D9AD. Grayscale: #666666. Windows color (decimal): -1169838 or 5383918. OLE color: 5383918.

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

Color convert

RGB 238 38 82 -
CMYK 0 0.84 0.66 0.07
HSL 346.8º 0.85% 0.54% -
HSV(B) 346.8º 0.84% 0.93% -
XYZ 37.48 20.17 9.9 -
YUV 102.82 116.26 224.42 -
System Red Green Blue C M Y K H S L
Decimal 238 38 82 0 0.84 0.66 0.07 346.8 0.85 0.54
Hex EE 26 52 0 54 42 7 15B 55 36
Octal 356 46 122 0 124 102 7 533 125 66
Binary 11101110 100110 1010010 0 1010100 1000010 111 101011011 1010101 110110

Color Harmonies of #EE2652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2652

Black with #EE2652

Text Example


Text Example

White with #EE2652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2652; }

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

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

background-color css

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

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

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

border-color css

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

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

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