Html Css Color HEX #E93A4A Amaranth

📋 copy color: '#E93A4A'

red 233 ◦ green 58 ◦ blue 74

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

Shades of Amaranth #E93A4A

Tints of Amaranth #E93A4A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.89%

 BLUE value IS 74 (29.3% from 255) = 20.27%

R = 63.84%
G = 15.89%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E93A4A (or 0xE93A4A) is known color: Amaranth. HEX triplet: E9, 3A and 4A. RGB value is (233,58,74). Sum of RGB (Red+Green+Blue) = 233+58+74=365 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.84% from 365); Green value is 58 (23.05% from 255 or 15.89% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 233 - color contains mainly: red. Hex color #E93A4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93A4A is #16C5B5. Grayscale: #707070. Windows color (decimal): -1492406 or 4864745. OLE color: 4864745.

HSL color Cylindrical-coordinate representation of color #E93A4A: hue angle of 354.51º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E93A4A is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 58 74 -
CMYK 0 0.75 0.68 0.09
HSL 354.51º 0.8% 0.57% -
HSV(B) 354.51º 0.75% 0.91% -
XYZ 36.35 20.84 8.59 -
YUV 112.15 106.48 214.2 -
System Red Green Blue C M Y K H S L
Decimal 233 58 74 0 0.75 0.68 0.09 354.51 0.8 0.57
Hex E9 3A 4A 0 4B 44 9 163 50 39
Octal 351 72 112 0 113 104 11 543 120 71
Binary 11101001 111010 1001010 0 1001011 1000100 1001 101100011 1010000 111001

Color Harmonies of #E93A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93A4A

Black with #E93A4A

Text Example


Text Example

White with #E93A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93A4A; }

 p { color: rgb(233,58,74); }

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

background-color css

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

 a { background-color: rgb(233,58,74); }

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

border-color css

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

 span { border-color: rgb(233,58,74); }

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