Html Css Color HEX #E9214C Amaranth

📋 copy color: '#E9214C'

red 233 ◦ green 33 ◦ blue 76

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

Shades of Amaranth #E9214C

Tints of Amaranth #E9214C

RGB

 RED value IS 233 (91.41% from 255) = 68.13%

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

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

R = 68.13%
G = 9.65%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E9214C (or 0xE9214C) is known color: Amaranth. HEX triplet: E9, 21 and 4C. RGB value is (233,33,76). Sum of RGB (Red+Green+Blue) = 233+33+76=342 (45% of max value = 765). Red value is 233 (91.41% from 255 or 68.13% from 342); Green value is 33 (13.28% from 255 or 9.65% from 342); Blue value is 76 (30.08% from 255 or 22.22% from 342); Max value from RGB is 233 - color contains mainly: red. Hex color #E9214C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9214C is #16DEB3. Grayscale: #616161. Windows color (decimal): -1498804 or 4989417. OLE color: 4989417.

HSL color Cylindrical-coordinate representation of color #E9214C: hue angle of 347.1º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E9214C is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 33 76 -
CMYK 0 0.86 0.67 0.09
HSL 347.1º 0.82% 0.52% -
HSV(B) 347.1º 0.86% 0.91% -
XYZ 35.45 18.93 8.62 -
YUV 97.7 115.76 224.5 -
System Red Green Blue C M Y K H S L
Decimal 233 33 76 0 0.86 0.67 0.09 347.1 0.82 0.52
Hex E9 21 4C 0 56 43 9 15B 52 34
Octal 351 41 114 0 126 103 11 533 122 64
Binary 11101001 100001 1001100 0 1010110 1000011 1001 101011011 1010010 110100

Color Harmonies of #E9214C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9214C

Black with #E9214C

Text Example


Text Example

White with #E9214C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9214C; }

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

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

background-color css

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

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

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

border-color css

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

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

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