Html Css Color HEX #E9244B Amaranth

📋 copy color: '#E9244B'

red 233 ◦ green 36 ◦ blue 75

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

Shades of Amaranth #E9244B

Tints of Amaranth #E9244B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.47%

 BLUE value IS 75 (29.69% from 255) = 21.8%

R = 67.73%
G = 10.47%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E9244B (or 0xE9244B) is known color: Amaranth. HEX triplet: E9, 24 and 4B. RGB value is (233,36,75). Sum of RGB (Red+Green+Blue) = 233+36+75=344 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.73% from 344); Green value is 36 (14.45% from 255 or 10.47% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 233 - color contains mainly: red. Hex color #E9244B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9244B is #16DBB4. Grayscale: #636363. Windows color (decimal): -1498037 or 4924649. OLE color: 4924649.

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

Color convert

RGB 233 36 75 -
CMYK 0 0.85 0.68 0.09
HSL 348.12º 0.82% 0.53% -
HSV(B) 348.12º 0.85% 0.91% -
XYZ 35.51 19.09 8.47 -
YUV 99.35 114.27 223.33 -
System Red Green Blue C M Y K H S L
Decimal 233 36 75 0 0.85 0.68 0.09 348.12 0.82 0.53
Hex E9 24 4B 0 55 44 9 15C 52 35
Octal 351 44 113 0 125 104 11 534 122 65
Binary 11101001 100100 1001011 0 1010101 1000100 1001 101011100 1010010 110101

Color Harmonies of #E9244B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9244B

Black with #E9244B

Text Example


Text Example

White with #E9244B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9244B; }

 p { color: rgb(233,36,75); }

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

background-color css

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

 a { background-color: rgb(233,36,75); }

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

border-color css

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

 span { border-color: rgb(233,36,75); }

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