Html Css Color HEX #E3275B Amaranth

📋 copy color: '#E3275B'

red 227 ◦ green 39 ◦ blue 91

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

Shades of Amaranth #E3275B

Tints of Amaranth #E3275B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.92%

 BLUE value IS 91 (35.94% from 255) = 25.49%

R = 63.59%
G = 10.92%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.11

RGB Variations

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

Color information

#E3275B (or 0xE3275B) is known color: Amaranth. HEX triplet: E3, 27 and 5B. RGB value is (227,39,91). Sum of RGB (Red+Green+Blue) = 227+39+91=357 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.59% from 357); Green value is 39 (15.62% from 255 or 10.92% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 227 - color contains mainly: red. Hex color #E3275B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E3275B is #1CD8A4. Grayscale: #656565. Windows color (decimal): -1890469 or 5973987. OLE color: 5973987.

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

Color convert

RGB 227 39 91 -
CMYK 0 0.83 0.60 0.11
HSL 343.4º 0.77% 0.52% -
HSV(B) 343.4º 0.83% 0.89% -
XYZ 34.29 18.54 11.67 -
YUV 101.14 122.28 217.77 -
System Red Green Blue C M Y K H S L
Decimal 227 39 91 0 0.83 0.60 0.11 343.4 0.77 0.52
Hex E3 27 5B 0 53 3C B 157 4D 34
Octal 343 47 133 0 123 74 13 527 115 64
Binary 11100011 100111 1011011 0 1010011 111100 1011 101010111 1001101 110100

Color Harmonies of #E3275B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3275B

Black with #E3275B

Text Example


Text Example

White with #E3275B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3275B; }

 p { color: rgb(227,39,91); }

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

background-color css

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

 a { background-color: rgb(227,39,91); }

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

border-color css

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

 span { border-color: rgb(227,39,91); }

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