Html Css Color HEX #EE2648 Amaranth

📋 copy color: '#EE2648'

red 238 ◦ green 38 ◦ blue 72

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

Shades of Amaranth #EE2648

Tints of Amaranth #EE2648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.69%

R = 68.39%
G = 10.92%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EE2648 (or 0xEE2648) is known color: Amaranth. HEX triplet: EE, 26 and 48. RGB value is (238,38,72). Sum of RGB (Red+Green+Blue) = 238+38+72=348 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68.39% from 348); Green value is 38 (15.23% from 255 or 10.92% from 348); Blue value is 72 (28.52% from 255 or 20.69% from 348); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2648 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2648 is #11D9B7. Grayscale: #656565. Windows color (decimal): -1169848 or 4728558. OLE color: 4728558.

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

Color convert

RGB 238 38 72 -
CMYK 0 0.84 0.70 0.07
HSL 349.8º 0.85% 0.54% -
HSV(B) 349.8º 0.84% 0.93% -
XYZ 37.12 20.03 8.04 -
YUV 101.68 111.26 225.24 -
System Red Green Blue C M Y K H S L
Decimal 238 38 72 0 0.84 0.70 0.07 349.8 0.85 0.54
Hex EE 26 48 0 54 46 7 15E 55 36
Octal 356 46 110 0 124 106 7 536 125 66
Binary 11101110 100110 1001000 0 1010100 1000110 111 101011110 1010101 110110

Color Harmonies of #EE2648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2648

Black with #EE2648

Text Example


Text Example

White with #EE2648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2648; }

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

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

background-color css

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

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

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

border-color css

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

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

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