Html Css Color HEX #EE3145 Amaranth

📋 copy color: '#EE3145'

red 238 ◦ green 49 ◦ blue 69

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

Shades of Amaranth #EE3145

Tints of Amaranth #EE3145

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.76%

 BLUE value IS 69 (27.34% from 255) = 19.38%

R = 66.85%
G = 13.76%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EE3145 (or 0xEE3145) is known color: Amaranth. HEX triplet: EE, 31 and 45. RGB value is (238,49,69). Sum of RGB (Red+Green+Blue) = 238+49+69=356 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.85% from 356); Green value is 49 (19.53% from 255 or 13.76% from 356); Blue value is 69 (27.34% from 255 or 19.38% from 356); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3145 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3145 is #11CEBA. Grayscale: #6B6B6B. Windows color (decimal): -1167035 or 4534766. OLE color: 4534766.

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

Color convert

RGB 238 49 69 -
CMYK 0 0.79 0.71 0.07
HSL 353.65º 0.85% 0.56% -
HSV(B) 353.65º 0.79% 0.93% -
XYZ 37.43 20.8 7.67 -
YUV 107.79 106.12 220.87 -
System Red Green Blue C M Y K H S L
Decimal 238 49 69 0 0.79 0.71 0.07 353.65 0.85 0.56
Hex EE 31 45 0 4F 47 7 162 55 38
Octal 356 61 105 0 117 107 7 542 125 70
Binary 11101110 110001 1000101 0 1001111 1000111 111 101100010 1010101 111000

Color Harmonies of #EE3145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3145

Black with #EE3145

Text Example


Text Example

White with #EE3145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3145; }

 p { color: rgb(238,49,69); }

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

background-color css

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

 a { background-color: rgb(238,49,69); }

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

border-color css

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

 span { border-color: rgb(238,49,69); }

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