Html Css Color HEX #E9264C Amaranth

📋 copy color: '#E9264C'

red 233 ◦ green 38 ◦ blue 76

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

Shades of Amaranth #E9264C

Tints of Amaranth #E9264C

RGB

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

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

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

R = 67.15%
G = 10.95%
B = 21.9%

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

#E9264C (or 0xE9264C) is known color: Amaranth. HEX triplet: E9, 26 and 4C. RGB value is (233,38,76). Sum of RGB (Red+Green+Blue) = 233+38+76=347 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.15% from 347); Green value is 38 (15.23% from 255 or 10.95% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 233 - color contains mainly: red. Hex color #E9264C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9264C is #16D9B3. Grayscale: #646464. Windows color (decimal): -1497524 or 4990697. OLE color: 4990697.

HSL color Cylindrical-coordinate representation of color #E9264C: hue angle of 348.31º 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 #E9264C is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 38 76 -
CMYK 0 0.84 0.67 0.09
HSL 348.31º 0.82% 0.53% -
HSV(B) 348.31º 0.84% 0.91% -
XYZ 35.6 19.23 8.67 -
YUV 100.64 114.1 222.41 -
System Red Green Blue C M Y K H S L
Decimal 233 38 76 0 0.84 0.67 0.09 348.31 0.82 0.53
Hex E9 26 4C 0 54 43 9 15C 52 35
Octal 351 46 114 0 124 103 11 534 122 65
Binary 11101001 100110 1001100 0 1010100 1000011 1001 101011100 1010010 110101

Color Harmonies of #E9264C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9264C

Black with #E9264C

Text Example


Text Example

White with #E9264C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9264C; }

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

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

background-color css

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

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

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

border-color css

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

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

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