Html Css Color HEX #E93A4B Amaranth

📋 copy color: '#E93A4B'

red 233 ◦ green 58 ◦ blue 75

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

Shades of Amaranth #E93A4B

Tints of Amaranth #E93A4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.49%

R = 63.66%
G = 15.85%
B = 20.49%

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

#E93A4B (or 0xE93A4B) is known color: Amaranth. HEX triplet: E9, 3A and 4B. RGB value is (233,58,75). Sum of RGB (Red+Green+Blue) = 233+58+75=366 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.66% from 366); Green value is 58 (23.05% from 255 or 15.85% from 366); Blue value is 75 (29.69% from 255 or 20.49% from 366); Max value from RGB is 233 - color contains mainly: red. Hex color #E93A4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93A4B is #16C5B4. Grayscale: #707070. Windows color (decimal): -1492405 or 4930281. OLE color: 4930281.

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

Color convert

RGB 233 58 75 -
CMYK 0 0.75 0.68 0.09
HSL 354.17º 0.8% 0.57% -
HSV(B) 354.17º 0.75% 0.91% -
XYZ 36.39 20.86 8.76 -
YUV 112.26 106.98 214.12 -
System Red Green Blue C M Y K H S L
Decimal 233 58 75 0 0.75 0.68 0.09 354.17 0.8 0.57
Hex E9 3A 4B 0 4B 44 9 162 50 39
Octal 351 72 113 0 113 104 11 542 120 71
Binary 11101001 111010 1001011 0 1001011 1000100 1001 101100010 1010000 111001

Color Harmonies of #E93A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93A4B

Black with #E93A4B

Text Example


Text Example

White with #E93A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93A4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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