Html Css Color HEX #E3334D Amaranth

📋 copy color: '#E3334D'

red 227 ◦ green 51 ◦ blue 77

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

Shades of Amaranth #E3334D

Tints of Amaranth #E3334D

RGB

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

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

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

R = 63.94%
G = 14.37%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E3334D (or 0xE3334D) is known color: Amaranth. HEX triplet: E3, 33 and 4D. RGB value is (227,51,77). Sum of RGB (Red+Green+Blue) = 227+51+77=355 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.94% from 355); Green value is 51 (20.31% from 255 or 14.37% from 355); Blue value is 77 (30.47% from 255 or 21.69% from 355); Max value from RGB is 227 - color contains mainly: red. Hex color #E3334D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E3334D is #1CCCB2. Grayscale: #6A6A6A. Windows color (decimal): -1887411 or 5059555. OLE color: 5059555.

HSL color Cylindrical-coordinate representation of color #E3334D: hue angle of 351.14º 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 #E3334D is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 51 77 -
CMYK 0 0.78 0.66 0.11
HSL 351.14º 0.76% 0.55% -
HSV(B) 351.14º 0.78% 0.89% -
XYZ 34.2 19.23 8.93 -
YUV 106.59 111.31 213.89 -
System Red Green Blue C M Y K H S L
Decimal 227 51 77 0 0.78 0.66 0.11 351.14 0.76 0.55
Hex E3 33 4D 0 4E 42 B 15F 4C 37
Octal 343 63 115 0 116 102 13 537 114 67
Binary 11100011 110011 1001101 0 1001110 1000010 1011 101011111 1001100 110111

Color Harmonies of #E3334D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3334D

Black with #E3334D

Text Example


Text Example

White with #E3334D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3334D; }

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

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

background-color css

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

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

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

border-color css

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

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

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