Html Css Color HEX #E92045 Amaranth

📋 copy color: '#E92045'

red 233 ◦ green 32 ◦ blue 69

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

Shades of Amaranth #E92045

Tints of Amaranth #E92045

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.58%

 BLUE value IS 69 (27.34% from 255) = 20.66%

R = 69.76%
G = 9.58%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#E92045 (or 0xE92045) is known color: Amaranth. HEX triplet: E9, 20 and 45. RGB value is (233,32,69). Sum of RGB (Red+Green+Blue) = 233+32+69=334 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.76% from 334); Green value is 32 (12.89% from 255 or 9.58% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 233 - color contains mainly: red. Hex color #E92045 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92045 is #16DFBA. Grayscale: #606060. Windows color (decimal): -1499067 or 4530409. OLE color: 4530409.

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

Color convert

RGB 233 32 69 -
CMYK 0 0.86 0.70 0.09
HSL 348.96º 0.82% 0.52% -
HSV(B) 348.96º 0.86% 0.91% -
XYZ 35.19 18.79 7.4 -
YUV 96.32 112.59 225.49 -
System Red Green Blue C M Y K H S L
Decimal 233 32 69 0 0.86 0.70 0.09 348.96 0.82 0.52
Hex E9 20 45 0 56 46 9 15D 52 34
Octal 351 40 105 0 126 106 11 535 122 64
Binary 11101001 100000 1000101 0 1010110 1000110 1001 101011101 1010010 110100

Color Harmonies of #E92045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92045

Black with #E92045

Text Example


Text Example

White with #E92045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92045; }

 p { color: rgb(233,32,69); }

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

background-color css

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

 a { background-color: rgb(233,32,69); }

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

border-color css

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

 span { border-color: rgb(233,32,69); }

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