Html Css Color HEX #E92145 Amaranth

📋 copy color: '#E92145'

red 233 ◦ green 33 ◦ blue 69

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

Shades of Amaranth #E92145

Tints of Amaranth #E92145

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.85%

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

R = 69.55%
G = 9.85%
B = 20.6%

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

#E92145 (or 0xE92145) is known color: Amaranth. HEX triplet: E9, 21 and 45. RGB value is (233,33,69). Sum of RGB (Red+Green+Blue) = 233+33+69=335 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.55% from 335); Green value is 33 (13.28% from 255 or 9.85% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 233 - color contains mainly: red. Hex color #E92145 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92145 is #16DEBA. Grayscale: #606060. Windows color (decimal): -1498811 or 4530665. OLE color: 4530665.

HSL color Cylindrical-coordinate representation of color #E92145: hue angle of 349.2º 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 #E92145 is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 33 69 -
CMYK 0 0.86 0.70 0.09
HSL 349.2º 0.82% 0.52% -
HSV(B) 349.2º 0.86% 0.91% -
XYZ 35.22 18.84 7.41 -
YUV 96.9 112.26 225.07 -
System Red Green Blue C M Y K H S L
Decimal 233 33 69 0 0.86 0.70 0.09 349.2 0.82 0.52
Hex E9 21 45 0 56 46 9 15D 52 34
Octal 351 41 105 0 126 106 11 535 122 64
Binary 11101001 100001 1000101 0 1010110 1000110 1001 101011101 1010010 110100

Color Harmonies of #E92145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92145

Black with #E92145

Text Example


Text Example

White with #E92145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92145; }

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

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

background-color css

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

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

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

border-color css

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

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

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