Html Css Color HEX #E33350 Amaranth

📋 copy color: '#E33350'

red 227 ◦ green 51 ◦ blue 80

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

Shades of Amaranth #E33350

Tints of Amaranth #E33350

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.25%

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

R = 63.41%
G = 14.25%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E33350 (or 0xE33350) is known color: Amaranth. HEX triplet: E3, 33 and 50. RGB value is (227,51,80). Sum of RGB (Red+Green+Blue) = 227+51+80=358 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.41% from 358); Green value is 51 (20.31% from 255 or 14.25% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 227 - color contains mainly: red. Hex color #E33350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E33350 is #1CCCAF. Grayscale: #6A6A6A. Windows color (decimal): -1887408 or 5256163. OLE color: 5256163.

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

Color convert

RGB 227 51 80 -
CMYK 0 0.78 0.65 0.11
HSL 350.11º 0.76% 0.55% -
HSV(B) 350.11º 0.78% 0.89% -
XYZ 34.31 19.28 9.5 -
YUV 106.93 112.81 213.64 -
System Red Green Blue C M Y K H S L
Decimal 227 51 80 0 0.78 0.65 0.11 350.11 0.76 0.55
Hex E3 33 50 0 4E 41 B 15E 4C 37
Octal 343 63 120 0 116 101 13 536 114 67
Binary 11100011 110011 1010000 0 1001110 1000001 1011 101011110 1001100 110111

Color Harmonies of #E33350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E33350

Black with #E33350

Text Example


Text Example

White with #E33350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E33350; }

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

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

background-color css

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

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

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

border-color css

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

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

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