Html Css Color HEX #EE214C Amaranth

📋 copy color: '#EE214C'

red 238 ◦ green 33 ◦ blue 76

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

Shades of Amaranth #EE214C

Tints of Amaranth #EE214C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.9%

R = 68.59%
G = 9.51%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EE214C (or 0xEE214C) is known color: Amaranth. HEX triplet: EE, 21 and 4C. RGB value is (238,33,76). Sum of RGB (Red+Green+Blue) = 238+33+76=347 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.59% from 347); Green value is 33 (13.28% from 255 or 9.51% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 238 - color contains mainly: red. Hex color #EE214C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE214C is #11DEB3. Grayscale: #636363. Windows color (decimal): -1171124 or 4989422. OLE color: 4989422.

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

Color convert

RGB 238 33 76 -
CMYK 0 0.86 0.68 0.07
HSL 347.41º 0.86% 0.53% -
HSV(B) 347.41º 0.86% 0.93% -
XYZ 37.11 19.79 8.7 -
YUV 99.2 114.92 227 -
System Red Green Blue C M Y K H S L
Decimal 238 33 76 0 0.86 0.68 0.07 347.41 0.86 0.53
Hex EE 21 4C 0 56 44 7 15B 56 35
Octal 356 41 114 0 126 104 7 533 126 65
Binary 11101110 100001 1001100 0 1010110 1000100 111 101011011 1010110 110101

Color Harmonies of #EE214C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE214C

Black with #EE214C

Text Example


Text Example

White with #EE214C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE214C; }

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

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

background-color css

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

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

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

border-color css

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

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

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