Html Css Color HEX #E9264F Amaranth

📋 copy color: '#E9264F'

red 233 ◦ green 38 ◦ blue 79

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

Shades of Amaranth #E9264F

Tints of Amaranth #E9264F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.57%

R = 66.57%
G = 10.86%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E9264F (or 0xE9264F) is known color: Amaranth. HEX triplet: E9, 26 and 4F. RGB value is (233,38,79). Sum of RGB (Red+Green+Blue) = 233+38+79=350 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.57% from 350); Green value is 38 (15.23% from 255 or 10.86% from 350); Blue value is 79 (31.25% from 255 or 22.57% from 350); Max value from RGB is 233 - color contains mainly: red. Hex color #E9264F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9264F is #16D9B0. Grayscale: #656565. Windows color (decimal): -1497521 or 5187305. OLE color: 5187305.

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

Color convert

RGB 233 38 79 -
CMYK 0 0.84 0.66 0.09
HSL 347.38º 0.82% 0.53% -
HSV(B) 347.38º 0.84% 0.91% -
XYZ 35.71 19.27 9.24 -
YUV 100.98 115.6 222.17 -
System Red Green Blue C M Y K H S L
Decimal 233 38 79 0 0.84 0.66 0.09 347.38 0.82 0.53
Hex E9 26 4F 0 54 42 9 15B 52 35
Octal 351 46 117 0 124 102 11 533 122 65
Binary 11101001 100110 1001111 0 1010100 1000010 1001 101011011 1010010 110101

Color Harmonies of #E9264F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9264F

Black with #E9264F

Text Example


Text Example

White with #E9264F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9264F; }

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

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

background-color css

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

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

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

border-color css

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

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

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