Html Css Color HEX #E92255 Amaranth

📋 copy color: '#E92255'

red 233 ◦ green 34 ◦ blue 85

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

Shades of Amaranth #E92255

Tints of Amaranth #E92255

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.66%

 BLUE value IS 85 (33.59% from 255) = 24.15%

R = 66.19%
G = 9.66%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.09

RGB Variations

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

Color information

#E92255 (or 0xE92255) is known color: Amaranth. HEX triplet: E9, 22 and 55. RGB value is (233,34,85). Sum of RGB (Red+Green+Blue) = 233+34+85=352 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.19% from 352); Green value is 34 (13.67% from 255 or 9.66% from 352); Blue value is 85 (33.59% from 255 or 24.15% from 352); Max value from RGB is 233 - color contains mainly: red. Hex color #E92255 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92255 is #16DDAA. Grayscale: #636363. Windows color (decimal): -1498539 or 5579497. OLE color: 5579497.

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

Color convert

RGB 233 34 85 -
CMYK 0 0.85 0.64 0.09
HSL 344.62º 0.82% 0.52% -
HSV(B) 344.62º 0.85% 0.91% -
XYZ 35.82 19.12 10.4 -
YUV 99.32 119.93 223.35 -
System Red Green Blue C M Y K H S L
Decimal 233 34 85 0 0.85 0.64 0.09 344.62 0.82 0.52
Hex E9 22 55 0 55 40 9 159 52 34
Octal 351 42 125 0 125 100 11 531 122 64
Binary 11101001 100010 1010101 0 1010101 1000000 1001 101011001 1010010 110100

Color Harmonies of #E92255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92255

Black with #E92255

Text Example


Text Example

White with #E92255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92255; }

 p { color: rgb(233,34,85); }

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

background-color css

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

 a { background-color: rgb(233,34,85); }

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

border-color css

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

 span { border-color: rgb(233,34,85); }

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