Html Css Color HEX #EE214A Amaranth

📋 copy color: '#EE214A'

red 238 ◦ green 33 ◦ blue 74

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

Shades of Amaranth #EE214A

Tints of Amaranth #EE214A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.57%

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

R = 68.99%
G = 9.57%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EE214A (or 0xEE214A) is known color: Amaranth. HEX triplet: EE, 21 and 4A. RGB value is (238,33,74). Sum of RGB (Red+Green+Blue) = 238+33+74=345 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.99% from 345); Green value is 33 (13.28% from 255 or 9.57% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 238 - color contains mainly: red. Hex color #EE214A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE214A is #11DEB5. Grayscale: #636363. Windows color (decimal): -1171126 or 4858350. OLE color: 4858350.

HSL color Cylindrical-coordinate representation of color #EE214A: hue angle of 348º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EE214A is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 33 74 -
CMYK 0 0.86 0.69 0.07
HSL 348º 0.86% 0.53% -
HSV(B) 348º 0.86% 0.93% -
XYZ 37.04 19.76 8.34 -
YUV 98.97 113.92 227.17 -
System Red Green Blue C M Y K H S L
Decimal 238 33 74 0 0.86 0.69 0.07 348 0.86 0.53
Hex EE 21 4A 0 56 45 7 15C 56 35
Octal 356 41 112 0 126 105 7 534 126 65
Binary 11101110 100001 1001010 0 1010110 1000101 111 101011100 1010110 110101

Color Harmonies of #EE214A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE214A

Black with #EE214A

Text Example


Text Example

White with #EE214A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE214A; }

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

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

background-color css

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

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

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

border-color css

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

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

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