Html Css Color HEX #E92D52 Amaranth

📋 copy color: '#E92D52'

red 233 ◦ green 45 ◦ blue 82

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

Shades of Amaranth #E92D52

Tints of Amaranth #E92D52

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.5%

 BLUE value IS 82 (32.42% from 255) = 22.78%

R = 64.72%
G = 12.5%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E92D52 (or 0xE92D52) is known color: Amaranth. HEX triplet: E9, 2D and 52. RGB value is (233,45,82). Sum of RGB (Red+Green+Blue) = 233+45+82=360 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.72% from 360); Green value is 45 (17.97% from 255 or 12.5% from 360); Blue value is 82 (32.42% from 255 or 22.78% from 360); Max value from RGB is 233 - color contains mainly: red. Hex color #E92D52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92D52 is #16D2AD. Grayscale: #696969. Windows color (decimal): -1495726 or 5385705. OLE color: 5385705.

HSL color Cylindrical-coordinate representation of color #E92D52: hue angle of 348.19º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E92D52 is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 45 82 -
CMYK 0 0.81 0.65 0.09
HSL 348.19º 0.81% 0.55% -
HSV(B) 348.19º 0.81% 0.91% -
XYZ 36.07 19.81 9.91 -
YUV 105.43 114.78 218.99 -
System Red Green Blue C M Y K H S L
Decimal 233 45 82 0 0.81 0.65 0.09 348.19 0.81 0.55
Hex E9 2D 52 0 51 41 9 15C 51 37
Octal 351 55 122 0 121 101 11 534 121 67
Binary 11101001 101101 1010010 0 1010001 1000001 1001 101011100 1010001 110111

Color Harmonies of #E92D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92D52

Black with #E92D52

Text Example


Text Example

White with #E92D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92D52; }

 p { color: rgb(233,45,82); }

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

background-color css

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

 a { background-color: rgb(233,45,82); }

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

border-color css

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

 span { border-color: rgb(233,45,82); }

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