Html Css Color HEX #E33850 Amaranth

📋 copy color: '#E33850'

red 227 ◦ green 56 ◦ blue 80

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

Shades of Amaranth #E33850

Tints of Amaranth #E33850

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.43%

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

R = 62.53%
G = 15.43%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E33850 (or 0xE33850) is known color: Amaranth. HEX triplet: E3, 38 and 50. RGB value is (227,56,80). Sum of RGB (Red+Green+Blue) = 227+56+80=363 (48% of max value = 765). Red value is 227 (89.06% from 255 or 62.53% from 363); Green value is 56 (22.27% from 255 or 15.43% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 227 - color contains mainly: red. Hex color #E33850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E33850 is #1CC7AF. Grayscale: #6D6D6D. Windows color (decimal): -1886128 or 5257443. OLE color: 5257443.

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

Color convert

RGB 227 56 80 -
CMYK 0 0.75 0.65 0.11
HSL 351.58º 0.75% 0.55% -
HSV(B) 351.58º 0.75% 0.89% -
XYZ 34.54 19.74 9.58 -
YUV 109.87 111.15 211.55 -
System Red Green Blue C M Y K H S L
Decimal 227 56 80 0 0.75 0.65 0.11 351.58 0.75 0.55
Hex E3 38 50 0 4B 41 B 160 4B 37
Octal 343 70 120 0 113 101 13 540 113 67
Binary 11100011 111000 1010000 0 1001011 1000001 1011 101100000 1001011 110111

Color Harmonies of #E33850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E33850

Black with #E33850

Text Example


Text Example

White with #E33850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E33850; }

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

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

background-color css

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

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

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

border-color css

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

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

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