Html Css Color HEX #E33750 Amaranth

📋 copy color: '#E33750'

red 227 ◦ green 55 ◦ blue 80

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

Shades of Amaranth #E33750

Tints of Amaranth #E33750

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.19%

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

R = 62.71%
G = 15.19%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E33750 (or 0xE33750) is known color: Amaranth. HEX triplet: E3, 37 and 50. RGB value is (227,55,80). Sum of RGB (Red+Green+Blue) = 227+55+80=362 (47% of max value = 765). Red value is 227 (89.06% from 255 or 62.71% from 362); Green value is 55 (21.88% from 255 or 15.19% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 227 - color contains mainly: red. Hex color #E33750 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E33750 is #1CC8AF. Grayscale: #6D6D6D. Windows color (decimal): -1886384 or 5257187. OLE color: 5257187.

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

Color convert

RGB 227 55 80 -
CMYK 0 0.76 0.65 0.11
HSL 351.28º 0.75% 0.55% -
HSV(B) 351.28º 0.76% 0.89% -
XYZ 34.49 19.64 9.56 -
YUV 109.28 111.48 211.97 -
System Red Green Blue C M Y K H S L
Decimal 227 55 80 0 0.76 0.65 0.11 351.28 0.75 0.55
Hex E3 37 50 0 4C 41 B 15F 4B 37
Octal 343 67 120 0 114 101 13 537 113 67
Binary 11100011 110111 1010000 0 1001100 1000001 1011 101011111 1001011 110111

Color Harmonies of #E33750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E33750

Black with #E33750

Text Example


Text Example

White with #E33750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E33750; }

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

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

background-color css

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

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

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

border-color css

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

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

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