Html Css Color HEX #EE3143 Amaranth

📋 copy color: '#EE3143'

red 238 ◦ green 49 ◦ blue 67

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

Shades of Amaranth #EE3143

Tints of Amaranth #EE3143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.93%

R = 67.23%
G = 13.84%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EE3143 (or 0xEE3143) is known color: Amaranth. HEX triplet: EE, 31 and 43. RGB value is (238,49,67). Sum of RGB (Red+Green+Blue) = 238+49+67=354 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.23% from 354); Green value is 49 (19.53% from 255 or 13.84% from 354); Blue value is 67 (26.56% from 255 or 18.93% from 354); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3143 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3143 is #11CEBC. Grayscale: #6B6B6B. Windows color (decimal): -1167037 or 4403694. OLE color: 4403694.

HSL color Cylindrical-coordinate representation of color #EE3143: hue angle of 354.29º 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 #EE3143 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 49 67 -
CMYK 0 0.79 0.72 0.07
HSL 354.29º 0.85% 0.56% -
HSV(B) 354.29º 0.79% 0.93% -
XYZ 37.37 20.78 7.35 -
YUV 107.56 105.12 221.04 -
System Red Green Blue C M Y K H S L
Decimal 238 49 67 0 0.79 0.72 0.07 354.29 0.85 0.56
Hex EE 31 43 0 4F 48 7 162 55 38
Octal 356 61 103 0 117 110 7 542 125 70
Binary 11101110 110001 1000011 0 1001111 1001000 111 101100010 1010101 111000

Color Harmonies of #EE3143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3143

Black with #EE3143

Text Example


Text Example

White with #EE3143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3143; }

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

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

background-color css

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

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

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

border-color css

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

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

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