Html Css Color HEX #E92D4E Amaranth

📋 copy color: '#E92D4E'

red 233 ◦ green 45 ◦ blue 78

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

Shades of Amaranth #E92D4E

Tints of Amaranth #E92D4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.91%

R = 65.45%
G = 12.64%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E92D4E (or 0xE92D4E) is known color: Amaranth. HEX triplet: E9, 2D and 4E. RGB value is (233,45,78). Sum of RGB (Red+Green+Blue) = 233+45+78=356 (47% of max value = 765). Red value is 233 (91.41% from 255 or 65.45% from 356); Green value is 45 (17.97% from 255 or 12.64% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 233 - color contains mainly: red. Hex color #E92D4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E92D4E is #16D2B1. Grayscale: #696969. Windows color (decimal): -1495730 or 5123561. OLE color: 5123561.

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

Color convert

RGB 233 45 78 -
CMYK 0 0.81 0.67 0.09
HSL 349.47º 0.81% 0.55% -
HSV(B) 349.47º 0.81% 0.91% -
XYZ 35.92 19.75 9.13 -
YUV 104.97 112.78 219.32 -
System Red Green Blue C M Y K H S L
Decimal 233 45 78 0 0.81 0.67 0.09 349.47 0.81 0.55
Hex E9 2D 4E 0 51 43 9 15D 51 37
Octal 351 55 116 0 121 103 11 535 121 67
Binary 11101001 101101 1001110 0 1010001 1000011 1001 101011101 1010001 110111

Color Harmonies of #E92D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92D4E

Black with #E92D4E

Text Example


Text Example

White with #E92D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92D4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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