Html Css Color HEX #E94150 Amaranth

📋 copy color: '#E94150'

red 233 ◦ green 65 ◦ blue 80

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

Shades of Amaranth #E94150

Tints of Amaranth #E94150

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.2%

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

R = 61.64%
G = 17.2%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E94150 (or 0xE94150) is known color: Amaranth. HEX triplet: E9, 41 and 50. RGB value is (233,65,80). Sum of RGB (Red+Green+Blue) = 233+65+80=378 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.64% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 233 - color contains mainly: red. Hex color #E94150 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94150 is #16BEAF. Grayscale: #757575. Windows color (decimal): -1490608 or 5259753. OLE color: 5259753.

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

Color convert

RGB 233 65 80 -
CMYK 0 0.72 0.66 0.09
HSL 354.64º 0.79% 0.58% -
HSV(B) 354.64º 0.72% 0.91% -
XYZ 36.94 21.68 9.83 -
YUV 116.94 107.16 210.78 -
System Red Green Blue C M Y K H S L
Decimal 233 65 80 0 0.72 0.66 0.09 354.64 0.79 0.58
Hex E9 41 50 0 48 42 9 163 4F 3A
Octal 351 101 120 0 110 102 11 543 117 72
Binary 11101001 1000001 1010000 0 1001000 1000010 1001 101100011 1001111 111010

Color Harmonies of #E94150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94150

Black with #E94150

Text Example


Text Example

White with #E94150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94150; }

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

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

background-color css

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

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

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

border-color css

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

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

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