Html Css Color HEX #E3234D Amaranth

📋 copy color: '#E3234D'

red 227 ◦ green 35 ◦ blue 77

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

Shades of Amaranth #E3234D

Tints of Amaranth #E3234D

RGB

 RED value IS 227 (89.06% from 255) = 66.96%

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

 BLUE value IS 77 (30.47% from 255) = 22.71%

R = 66.96%
G = 10.32%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E3234D (or 0xE3234D) is known color: Amaranth. HEX triplet: E3, 23 and 4D. RGB value is (227,35,77). Sum of RGB (Red+Green+Blue) = 227+35+77=339 (44% of max value = 765). Red value is 227 (89.06% from 255 or 66.96% from 339); Green value is 35 (14.06% from 255 or 10.32% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 227 - color contains mainly: red. Hex color #E3234D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E3234D is #1CDCB2. Grayscale: #616161. Windows color (decimal): -1891507 or 5055459. OLE color: 5055459.

HSL color Cylindrical-coordinate representation of color #E3234D: hue angle of 346.88º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E3234D is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 35 77 -
CMYK 0 0.85 0.66 0.11
HSL 346.88º 0.77% 0.51% -
HSV(B) 346.88º 0.85% 0.89% -
XYZ 33.62 18.07 8.74 -
YUV 97.2 116.61 220.58 -
System Red Green Blue C M Y K H S L
Decimal 227 35 77 0 0.85 0.66 0.11 346.88 0.77 0.51
Hex E3 23 4D 0 55 42 B 15B 4D 33
Octal 343 43 115 0 125 102 13 533 115 63
Binary 11100011 100011 1001101 0 1010101 1000010 1011 101011011 1001101 110011

Color Harmonies of #E3234D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3234D

Black with #E3234D

Text Example


Text Example

White with #E3234D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3234D; }

 p { color: rgb(227,35,77); }

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

background-color css

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

 a { background-color: rgb(227,35,77); }

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

border-color css

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

 span { border-color: rgb(227,35,77); }

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