Html Css Color HEX #EE4146 Amaranth

📋 copy color: '#EE4146'

red 238 ◦ green 65 ◦ blue 70

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

Shades of Amaranth #EE4146

Tints of Amaranth #EE4146

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.43%

 BLUE value IS 70 (27.73% from 255) = 18.77%

R = 63.81%
G = 17.43%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EE4146 (or 0xEE4146) is known color: Amaranth. HEX triplet: EE, 41 and 46. RGB value is (238,65,70). Sum of RGB (Red+Green+Blue) = 238+65+70=373 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.81% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 70 (27.73% from 255 or 18.77% from 373); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4146 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4146 is #11BEB9. Grayscale: #757575. Windows color (decimal): -1162938 or 4604398. OLE color: 4604398.

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

Color convert

RGB 238 65 70 -
CMYK 0 0.73 0.71 0.07
HSL 358.27º 0.84% 0.59% -
HSV(B) 358.27º 0.73% 0.93% -
XYZ 38.26 22.4 8.1 -
YUV 117.3 101.31 214.09 -
System Red Green Blue C M Y K H S L
Decimal 238 65 70 0 0.73 0.71 0.07 358.27 0.84 0.59
Hex EE 41 46 0 49 47 7 166 54 3B
Octal 356 101 106 0 111 107 7 546 124 73
Binary 11101110 1000001 1000110 0 1001001 1000111 111 101100110 1010100 111011

Color Harmonies of #EE4146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4146

Black with #EE4146

Text Example


Text Example

White with #EE4146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4146; }

 p { color: rgb(238,65,70); }

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

background-color css

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

 a { background-color: rgb(238,65,70); }

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

border-color css

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

 span { border-color: rgb(238,65,70); }

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