Html Css Color HEX #E9424B Amaranth

📋 copy color: '#E9424B'

red 233 ◦ green 66 ◦ blue 75

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

Shades of Amaranth #E9424B

Tints of Amaranth #E9424B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.65%

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

R = 62.3%
G = 17.65%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E9424B (or 0xE9424B) is known color: Amaranth. HEX triplet: E9, 42 and 4B. RGB value is (233,66,75). Sum of RGB (Red+Green+Blue) = 233+66+75=374 (49% of max value = 765). Red value is 233 (91.41% from 255 or 62.30% from 374); Green value is 66 (26.17% from 255 or 17.65% from 374); Blue value is 75 (29.69% from 255 or 20.05% from 374); Max value from RGB is 233 - color contains mainly: red. Hex color #E9424B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9424B is #16BDB4. Grayscale: #757575. Windows color (decimal): -1490357 or 4932329. OLE color: 4932329.

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

Color convert

RGB 233 66 75 -
CMYK 0 0.72 0.68 0.09
HSL 356.77º 0.79% 0.59% -
HSV(B) 356.77º 0.72% 0.91% -
XYZ 36.82 21.73 8.91 -
YUV 116.96 104.33 210.77 -
System Red Green Blue C M Y K H S L
Decimal 233 66 75 0 0.72 0.68 0.09 356.77 0.79 0.59
Hex E9 42 4B 0 48 44 9 165 4F 3B
Octal 351 102 113 0 110 104 11 545 117 73
Binary 11101001 1000010 1001011 0 1001000 1000100 1001 101100101 1001111 111011

Color Harmonies of #E9424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9424B

Black with #E9424B

Text Example


Text Example

White with #E9424B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9424B; }

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

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

background-color css

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

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

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

border-color css

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

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

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