Html Css Color HEX #E8235B Amaranth

📋 copy color: '#E8235B'

red 232 ◦ green 35 ◦ blue 91

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

Shades of Amaranth #E8235B

Tints of Amaranth #E8235B

RGB

 RED value IS 232 (91.02% from 255) = 64.8%

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

 BLUE value IS 91 (35.94% from 255) = 25.42%

R = 64.8%
G = 9.78%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E8235B (or 0xE8235B) is known color: Amaranth. HEX triplet: E8, 23 and 5B. RGB value is (232,35,91). Sum of RGB (Red+Green+Blue) = 232+35+91=358 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.80% from 358); Green value is 35 (14.06% from 255 or 9.78% from 358); Blue value is 91 (35.94% from 255 or 25.42% from 358); Max value from RGB is 232 - color contains mainly: red. Hex color #E8235B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8235B is #17DCA4. Grayscale: #646464. Windows color (decimal): -1563813 or 5972968. OLE color: 5972968.

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

Color convert

RGB 232 35 91 -
CMYK 0 0.85 0.61 0.09
HSL 342.94º 0.81% 0.52% -
HSV(B) 342.94º 0.85% 0.91% -
XYZ 35.77 19.11 11.7 -
YUV 100.29 122.77 221.95 -
System Red Green Blue C M Y K H S L
Decimal 232 35 91 0 0.85 0.61 0.09 342.94 0.81 0.52
Hex E8 23 5B 0 55 3D 9 157 51 34
Octal 350 43 133 0 125 75 11 527 121 64
Binary 11101000 100011 1011011 0 1010101 111101 1001 101010111 1010001 110100

Color Harmonies of #E8235B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8235B

Black with #E8235B

Text Example


Text Example

White with #E8235B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8235B; }

 p { color: rgb(232,35,91); }

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

background-color css

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

 a { background-color: rgb(232,35,91); }

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

border-color css

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

 span { border-color: rgb(232,35,91); }

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