Html Css Color HEX #E9235D Amaranth

📋 copy color: '#E9235D'

red 233 ◦ green 35 ◦ blue 93

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

Shades of Amaranth #E9235D

Tints of Amaranth #E9235D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.7%

 BLUE value IS 93 (36.72% from 255) = 25.76%

R = 64.54%
G = 9.7%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#E9235D (or 0xE9235D) is known color: Amaranth. HEX triplet: E9, 23 and 5D. RGB value is (233,35,93). Sum of RGB (Red+Green+Blue) = 233+35+93=361 (47% of max value = 765). Red value is 233 (91.41% from 255 or 64.54% from 361); Green value is 35 (14.06% from 255 or 9.70% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 233 - color contains mainly: red. Hex color #E9235D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E9235D is #16DCA2. Grayscale: #646464. Windows color (decimal): -1498275 or 6104041. OLE color: 6104041.

HSL color Cylindrical-coordinate representation of color #E9235D: hue angle of 342.42º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E9235D is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 35 93 -
CMYK 0 0.85 0.60 0.09
HSL 342.42º 0.82% 0.53% -
HSV(B) 342.42º 0.85% 0.91% -
XYZ 36.18 19.32 12.18 -
YUV 100.81 123.6 222.28 -
System Red Green Blue C M Y K H S L
Decimal 233 35 93 0 0.85 0.60 0.09 342.42 0.82 0.53
Hex E9 23 5D 0 55 3C 9 156 52 35
Octal 351 43 135 0 125 74 11 526 122 65
Binary 11101001 100011 1011101 0 1010101 111100 1001 101010110 1010010 110101

Color Harmonies of #E9235D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9235D

Black with #E9235D

Text Example


Text Example

White with #E9235D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9235D; }

 p { color: rgb(233,35,93); }

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

background-color css

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

 a { background-color: rgb(233,35,93); }

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

border-color css

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

 span { border-color: rgb(233,35,93); }

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