Html Css Color HEX #EE3047 Amaranth

📋 copy color: '#EE3047'

red 238 ◦ green 48 ◦ blue 71

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

Shades of Amaranth #EE3047

Tints of Amaranth #EE3047

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.45%

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

R = 66.67%
G = 13.45%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EE3047 (or 0xEE3047) is known color: Amaranth. HEX triplet: EE, 30 and 47. RGB value is (238,48,71). Sum of RGB (Red+Green+Blue) = 238+48+71=357 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.67% from 357); Green value is 48 (19.14% from 255 or 13.45% from 357); Blue value is 71 (28.12% from 255 or 19.89% from 357); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3047 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3047 is #11CFB8. Grayscale: #6B6B6B. Windows color (decimal): -1167289 or 4665582. OLE color: 4665582.

HSL color Cylindrical-coordinate representation of color #EE3047: hue angle of 352.74º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE3047 is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 48 71 -
CMYK 0 0.80 0.70 0.07
HSL 352.74º 0.85% 0.56% -
HSV(B) 352.74º 0.8% 0.93% -
XYZ 37.45 20.75 7.99 -
YUV 107.43 107.45 221.13 -
System Red Green Blue C M Y K H S L
Decimal 238 48 71 0 0.80 0.70 0.07 352.74 0.85 0.56
Hex EE 30 47 0 50 46 7 161 55 38
Octal 356 60 107 0 120 106 7 541 125 70
Binary 11101110 110000 1000111 0 1010000 1000110 111 101100001 1010101 111000

Color Harmonies of #EE3047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3047

Black with #EE3047

Text Example


Text Example

White with #EE3047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3047; }

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

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

background-color css

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

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

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

border-color css

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

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

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