Html Css Color HEX #E9264D Amaranth

📋 copy color: '#E9264D'

red 233 ◦ green 38 ◦ blue 77

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

Shades of Amaranth #E9264D

Tints of Amaranth #E9264D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.92%

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

R = 66.95%
G = 10.92%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E9264D (or 0xE9264D) is known color: Amaranth. HEX triplet: E9, 26 and 4D. RGB value is (233,38,77). Sum of RGB (Red+Green+Blue) = 233+38+77=348 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.95% from 348); Green value is 38 (15.23% from 255 or 10.92% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 233 - color contains mainly: red. Hex color #E9264D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9264D is #16D9B2. Grayscale: #646464. Windows color (decimal): -1497523 or 5056233. OLE color: 5056233.

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

Color convert

RGB 233 38 77 -
CMYK 0 0.84 0.67 0.09
HSL 348º 0.82% 0.53% -
HSV(B) 348º 0.84% 0.91% -
XYZ 35.64 19.25 8.86 -
YUV 100.75 114.6 222.33 -
System Red Green Blue C M Y K H S L
Decimal 233 38 77 0 0.84 0.67 0.09 348 0.82 0.53
Hex E9 26 4D 0 54 43 9 15C 52 35
Octal 351 46 115 0 124 103 11 534 122 65
Binary 11101001 100110 1001101 0 1010100 1000011 1001 101011100 1010010 110101

Color Harmonies of #E9264D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9264D

Black with #E9264D

Text Example


Text Example

White with #E9264D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9264D; }

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

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

background-color css

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

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

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

border-color css

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

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

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