Html Css Color HEX #E92C5B Amaranth

📋 copy color: '#E92C5B'

red 233 ◦ green 44 ◦ blue 91

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

Shades of Amaranth #E92C5B

Tints of Amaranth #E92C5B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.96%

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

R = 63.32%
G = 11.96%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E92C5B (or 0xE92C5B) is known color: Amaranth. HEX triplet: E9, 2C and 5B. RGB value is (233,44,91). Sum of RGB (Red+Green+Blue) = 233+44+91=368 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.32% from 368); Green value is 44 (17.58% from 255 or 11.96% from 368); Blue value is 91 (35.94% from 255 or 24.73% from 368); Max value from RGB is 233 - color contains mainly: red. Hex color #E92C5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92C5B is #16D3A4. Grayscale: #696969. Windows color (decimal): -1495973 or 5975273. OLE color: 5975273.

HSL color Cylindrical-coordinate representation of color #E92C5B: hue angle of 345.08º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E92C5B is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 44 91 -
CMYK 0 0.81 0.61 0.09
HSL 345.08º 0.81% 0.54% -
HSV(B) 345.08º 0.81% 0.91% -
XYZ 36.39 19.88 11.82 -
YUV 105.87 119.62 218.68 -
System Red Green Blue C M Y K H S L
Decimal 233 44 91 0 0.81 0.61 0.09 345.08 0.81 0.54
Hex E9 2C 5B 0 51 3D 9 159 51 36
Octal 351 54 133 0 121 75 11 531 121 66
Binary 11101001 101100 1011011 0 1010001 111101 1001 101011001 1010001 110110

Color Harmonies of #E92C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92C5B

Black with #E92C5B

Text Example


Text Example

White with #E92C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92C5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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