Html Css Color HEX #E9265B Amaranth

📋 copy color: '#E9265B'

red 233 ◦ green 38 ◦ blue 91

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

Shades of Amaranth #E9265B

Tints of Amaranth #E9265B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.14%

R = 64.36%
G = 10.5%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E9265B (or 0xE9265B) is known color: Amaranth. HEX triplet: E9, 26 and 5B. RGB value is (233,38,91). Sum of RGB (Red+Green+Blue) = 233+38+91=362 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.36% from 362); Green value is 38 (15.23% from 255 or 10.50% from 362); Blue value is 91 (35.94% from 255 or 25.14% from 362); Max value from RGB is 233 - color contains mainly: red. Hex color #E9265B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9265B is #16D9A4. Grayscale: #666666. Windows color (decimal): -1497509 or 5973737. OLE color: 5973737.

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

Color convert

RGB 233 38 91 -
CMYK 0 0.84 0.61 0.09
HSL 343.69º 0.82% 0.53% -
HSV(B) 343.69º 0.84% 0.91% -
XYZ 36.19 19.47 11.75 -
YUV 102.35 121.6 221.19 -
System Red Green Blue C M Y K H S L
Decimal 233 38 91 0 0.84 0.61 0.09 343.69 0.82 0.53
Hex E9 26 5B 0 54 3D 9 158 52 35
Octal 351 46 133 0 124 75 11 530 122 65
Binary 11101001 100110 1011011 0 1010100 111101 1001 101011000 1010010 110101

Color Harmonies of #E9265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9265B

Black with #E9265B

Text Example


Text Example

White with #E9265B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9265B; }

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

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

background-color css

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

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

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

border-color css

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

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

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