Html Css Color HEX #E93054 Amaranth

📋 copy color: '#E93054'

red 233 ◦ green 48 ◦ blue 84

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

Shades of Amaranth #E93054

Tints of Amaranth #E93054

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.15%

 BLUE value IS 84 (33.2% from 255) = 23.01%

R = 63.84%
G = 13.15%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.09

RGB Variations

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

Color information

#E93054 (or 0xE93054) is known color: Amaranth. HEX triplet: E9, 30 and 54. RGB value is (233,48,84). Sum of RGB (Red+Green+Blue) = 233+48+84=365 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.84% from 365); Green value is 48 (19.14% from 255 or 13.15% from 365); Blue value is 84 (33.20% from 255 or 23.01% from 365); Max value from RGB is 233 - color contains mainly: red. Hex color #E93054 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E93054 is #16CFAB. Grayscale: #6B6B6B. Windows color (decimal): -1494956 or 5517545. OLE color: 5517545.

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

Color convert

RGB 233 48 84 -
CMYK 0 0.79 0.64 0.09
HSL 348.32º 0.81% 0.55% -
HSV(B) 348.32º 0.79% 0.91% -
XYZ 36.26 20.08 10.35 -
YUV 107.42 114.79 217.57 -
System Red Green Blue C M Y K H S L
Decimal 233 48 84 0 0.79 0.64 0.09 348.32 0.81 0.55
Hex E9 30 54 0 4F 40 9 15C 51 37
Octal 351 60 124 0 117 100 11 534 121 67
Binary 11101001 110000 1010100 0 1001111 1000000 1001 101011100 1010001 110111

Color Harmonies of #E93054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93054

Black with #E93054

Text Example


Text Example

White with #E93054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93054; }

 p { color: rgb(233,48,84); }

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

background-color css

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

 a { background-color: rgb(233,48,84); }

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

border-color css

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

 span { border-color: rgb(233,48,84); }

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