Html Css Color HEX #E94353 Amaranth

📋 copy color: '#E94353'

red 233 ◦ green 67 ◦ blue 83

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

Shades of Amaranth #E94353

Tints of Amaranth #E94353

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.49%

 BLUE value IS 83 (32.81% from 255) = 21.67%

R = 60.84%
G = 17.49%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.09

RGB Variations

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

Color information

#E94353 (or 0xE94353) is known color: Amaranth. HEX triplet: E9, 43 and 53. RGB value is (233,67,83). Sum of RGB (Red+Green+Blue) = 233+67+83=383 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.84% from 383); Green value is 67 (26.56% from 255 or 17.49% from 383); Blue value is 83 (32.81% from 255 or 21.67% from 383); Max value from RGB is 233 - color contains mainly: red. Hex color #E94353 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E94353 is #16BCAC. Grayscale: #767676. Windows color (decimal): -1490093 or 5456873. OLE color: 5456873.

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

Color convert

RGB 233 67 83 -
CMYK 0 0.71 0.64 0.09
HSL 354.22º 0.79% 0.59% -
HSV(B) 354.22º 0.71% 0.91% -
XYZ 37.17 21.96 10.46 -
YUV 118.46 108 209.7 -
System Red Green Blue C M Y K H S L
Decimal 233 67 83 0 0.71 0.64 0.09 354.22 0.79 0.59
Hex E9 43 53 0 47 40 9 162 4F 3B
Octal 351 103 123 0 107 100 11 542 117 73
Binary 11101001 1000011 1010011 0 1000111 1000000 1001 101100010 1001111 111011

Color Harmonies of #E94353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94353

Black with #E94353

Text Example


Text Example

White with #E94353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94353; }

 p { color: rgb(233,67,83); }

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

background-color css

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

 a { background-color: rgb(233,67,83); }

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

border-color css

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

 span { border-color: rgb(233,67,83); }

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