Html Css Color HEX #E33550 Amaranth

📋 copy color: '#E33550'

red 227 ◦ green 53 ◦ blue 80

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

Shades of Amaranth #E33550

Tints of Amaranth #E33550

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.72%

 BLUE value IS 80 (31.64% from 255) = 22.22%

R = 63.06%
G = 14.72%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E33550 (or 0xE33550) is known color: Amaranth. HEX triplet: E3, 35 and 50. RGB value is (227,53,80). Sum of RGB (Red+Green+Blue) = 227+53+80=360 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.06% from 360); Green value is 53 (21.09% from 255 or 14.72% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 227 - color contains mainly: red. Hex color #E33550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E33550 is #1CCAAF. Grayscale: #6C6C6C. Windows color (decimal): -1886896 or 5256675. OLE color: 5256675.

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

Color convert

RGB 227 53 80 -
CMYK 0 0.77 0.65 0.11
HSL 350.69º 0.76% 0.55% -
HSV(B) 350.69º 0.77% 0.89% -
XYZ 34.4 19.46 9.53 -
YUV 108.1 112.15 212.8 -
System Red Green Blue C M Y K H S L
Decimal 227 53 80 0 0.77 0.65 0.11 350.69 0.76 0.55
Hex E3 35 50 0 4D 41 B 15F 4C 37
Octal 343 65 120 0 115 101 13 537 114 67
Binary 11100011 110101 1010000 0 1001101 1000001 1011 101011111 1001100 110111

Color Harmonies of #E33550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E33550

Black with #E33550

Text Example


Text Example

White with #E33550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E33550; }

 p { color: rgb(227,53,80); }

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

background-color css

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

 a { background-color: rgb(227,53,80); }

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

border-color css

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

 span { border-color: rgb(227,53,80); }

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