Html Css Color HEX #E9414D Amaranth

📋 copy color: '#E9414D'

red 233 ◦ green 65 ◦ blue 77

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

Shades of Amaranth #E9414D

Tints of Amaranth #E9414D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.53%

R = 62.13%
G = 17.33%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E9414D (or 0xE9414D) is known color: Amaranth. HEX triplet: E9, 41 and 4D. RGB value is (233,65,77). Sum of RGB (Red+Green+Blue) = 233+65+77=375 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.13% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 233 - color contains mainly: red. Hex color #E9414D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9414D is #16BEB2. Grayscale: #747474. Windows color (decimal): -1490611 or 5063145. OLE color: 5063145.

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

Color convert

RGB 233 65 77 -
CMYK 0 0.72 0.67 0.09
HSL 355.71º 0.79% 0.58% -
HSV(B) 355.71º 0.72% 0.91% -
XYZ 36.83 21.64 9.26 -
YUV 116.6 105.66 211.02 -
System Red Green Blue C M Y K H S L
Decimal 233 65 77 0 0.72 0.67 0.09 355.71 0.79 0.58
Hex E9 41 4D 0 48 43 9 164 4F 3A
Octal 351 101 115 0 110 103 11 544 117 72
Binary 11101001 1000001 1001101 0 1001000 1000011 1001 101100100 1001111 111010

Color Harmonies of #E9414D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9414D

Black with #E9414D

Text Example


Text Example

White with #E9414D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9414D; }

 p { color: rgb(233,65,77); }

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

background-color css

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

 a { background-color: rgb(233,65,77); }

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

border-color css

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

 span { border-color: rgb(233,65,77); }

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