Html Css Color HEX #E92350 Amaranth

📋 copy color: '#E92350'

red 233 ◦ green 35 ◦ blue 80

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

Shades of Amaranth #E92350

Tints of Amaranth #E92350

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.06%

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

R = 66.95%
G = 10.06%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E92350 (or 0xE92350) is known color: Amaranth. HEX triplet: E9, 23 and 50. RGB value is (233,35,80). Sum of RGB (Red+Green+Blue) = 233+35+80=348 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.95% from 348); Green value is 35 (14.06% from 255 or 10.06% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 233 - color contains mainly: red. Hex color #E92350 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92350 is #16DCAF. Grayscale: #636363. Windows color (decimal): -1498288 or 5252073. OLE color: 5252073.

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

Color convert

RGB 233 35 80 -
CMYK 0 0.85 0.66 0.09
HSL 346.36º 0.82% 0.53% -
HSV(B) 346.36º 0.85% 0.91% -
XYZ 35.65 19.1 9.4 -
YUV 99.33 117.1 223.34 -
System Red Green Blue C M Y K H S L
Decimal 233 35 80 0 0.85 0.66 0.09 346.36 0.82 0.53
Hex E9 23 50 0 55 42 9 15A 52 35
Octal 351 43 120 0 125 102 11 532 122 65
Binary 11101001 100011 1010000 0 1010101 1000010 1001 101011010 1010010 110101

Color Harmonies of #E92350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92350

Black with #E92350

Text Example


Text Example

White with #E92350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92350; }

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

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

background-color css

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

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

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

border-color css

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

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

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