Html Css Color HEX #EE414A Amaranth

📋 copy color: '#EE414A'

red 238 ◦ green 65 ◦ blue 74

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

Shades of Amaranth #EE414A

Tints of Amaranth #EE414A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.63%

R = 63.13%
G = 17.24%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EE414A (or 0xEE414A) is known color: Amaranth. HEX triplet: EE, 41 and 4A. RGB value is (238,65,74). Sum of RGB (Red+Green+Blue) = 238+65+74=377 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.13% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 238 - color contains mainly: red. Hex color #EE414A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE414A is #11BEB5. Grayscale: #757575. Windows color (decimal): -1162934 or 4866542. OLE color: 4866542.

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

Color convert

RGB 238 65 74 -
CMYK 0 0.73 0.69 0.07
HSL 356.88º 0.84% 0.59% -
HSV(B) 356.88º 0.73% 0.93% -
XYZ 38.39 22.45 8.79 -
YUV 117.75 103.31 213.77 -
System Red Green Blue C M Y K H S L
Decimal 238 65 74 0 0.73 0.69 0.07 356.88 0.84 0.59
Hex EE 41 4A 0 49 45 7 165 54 3B
Octal 356 101 112 0 111 105 7 545 124 73
Binary 11101110 1000001 1001010 0 1001001 1000101 111 101100101 1010100 111011

Color Harmonies of #EE414A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE414A

Black with #EE414A

Text Example


Text Example

White with #EE414A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE414A; }

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

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

background-color css

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

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

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

border-color css

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

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

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