Html Css Color HEX #EE4142 Amaranth

📋 copy color: '#EE4142'

red 238 ◦ green 65 ◦ blue 66

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

Shades of Amaranth #EE4142

Tints of Amaranth #EE4142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.89%

R = 64.5%
G = 17.62%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EE4142 (or 0xEE4142) is known color: Amaranth. HEX triplet: EE, 41 and 42. RGB value is (238,65,66). Sum of RGB (Red+Green+Blue) = 238+65+66=369 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.50% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 66 (26.17% from 255 or 17.89% from 369); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4142 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4142 is #11BEBD. Grayscale: #757575. Windows color (decimal): -1162942 or 4342254. OLE color: 4342254.

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

Color convert

RGB 238 65 66 -
CMYK 0 0.73 0.72 0.07
HSL 359.65º 0.84% 0.59% -
HSV(B) 359.65º 0.73% 0.93% -
XYZ 38.13 22.35 7.46 -
YUV 116.84 99.31 214.42 -
System Red Green Blue C M Y K H S L
Decimal 238 65 66 0 0.73 0.72 0.07 359.65 0.84 0.59
Hex EE 41 42 0 49 48 7 168 54 3B
Octal 356 101 102 0 111 110 7 550 124 73
Binary 11101110 1000001 1000010 0 1001001 1001000 111 101101000 1010100 111011

Color Harmonies of #EE4142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE4142

Black with #EE4142

Text Example


Text Example

White with #EE4142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE4142; }

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

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

background-color css

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

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

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

border-color css

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

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

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