Html Css Color HEX #E92650 Amaranth

📋 copy color: '#E92650'

red 233 ◦ green 38 ◦ blue 80

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

Shades of Amaranth #E92650

Tints of Amaranth #E92650

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.83%

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

R = 66.38%
G = 10.83%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E92650 (or 0xE92650) is known color: Amaranth. HEX triplet: E9, 26 and 50. RGB value is (233,38,80). Sum of RGB (Red+Green+Blue) = 233+38+80=351 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.38% from 351); Green value is 38 (15.23% from 255 or 10.83% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 233 - color contains mainly: red. Hex color #E92650 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92650 is #16D9AF. Grayscale: #656565. Windows color (decimal): -1497520 or 5252841. OLE color: 5252841.

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

Color convert

RGB 233 38 80 -
CMYK 0 0.84 0.66 0.09
HSL 347.08º 0.82% 0.53% -
HSV(B) 347.08º 0.84% 0.91% -
XYZ 35.75 19.29 9.43 -
YUV 101.09 116.1 222.08 -
System Red Green Blue C M Y K H S L
Decimal 233 38 80 0 0.84 0.66 0.09 347.08 0.82 0.53
Hex E9 26 50 0 54 42 9 15B 52 35
Octal 351 46 120 0 124 102 11 533 122 65
Binary 11101001 100110 1010000 0 1010100 1000010 1001 101011011 1010010 110101

Color Harmonies of #E92650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92650

Black with #E92650

Text Example


Text Example

White with #E92650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92650; }

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

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

background-color css

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

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

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

border-color css

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

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

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