Html Css Color HEX #E94350 Amaranth

📋 copy color: '#E94350'

red 233 ◦ green 67 ◦ blue 80

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

Shades of Amaranth #E94350

Tints of Amaranth #E94350

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.63%

 BLUE value IS 80 (31.64% from 255) = 21.05%

R = 61.32%
G = 17.63%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E94350 (or 0xE94350) is known color: Amaranth. HEX triplet: E9, 43 and 50. RGB value is (233,67,80). Sum of RGB (Red+Green+Blue) = 233+67+80=380 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.32% from 380); Green value is 67 (26.56% from 255 or 17.63% from 380); Blue value is 80 (31.64% from 255 or 21.05% from 380); Max value from RGB is 233 - color contains mainly: red. Hex color #E94350 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94350 is #16BCAF. Grayscale: #767676. Windows color (decimal): -1490096 or 5260265. OLE color: 5260265.

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

Color convert

RGB 233 67 80 -
CMYK 0 0.71 0.66 0.09
HSL 355.3º 0.79% 0.59% -
HSV(B) 355.3º 0.71% 0.91% -
XYZ 37.06 21.92 9.87 -
YUV 118.12 106.5 209.94 -
System Red Green Blue C M Y K H S L
Decimal 233 67 80 0 0.71 0.66 0.09 355.3 0.79 0.59
Hex E9 43 50 0 47 42 9 163 4F 3B
Octal 351 103 120 0 107 102 11 543 117 73
Binary 11101001 1000011 1010000 0 1000111 1000010 1001 101100011 1001111 111011

Color Harmonies of #E94350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94350

Black with #E94350

Text Example


Text Example

White with #E94350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94350; }

 p { color: rgb(233,67,80); }

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

background-color css

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

 a { background-color: rgb(233,67,80); }

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

border-color css

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

 span { border-color: rgb(233,67,80); }

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