Html Css Color HEX #E3304B Amaranth

📋 copy color: '#E3304B'

red 227 ◦ green 48 ◦ blue 75

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

Shades of Amaranth #E3304B

Tints of Amaranth #E3304B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.71%

 BLUE value IS 75 (29.69% from 255) = 21.43%

R = 64.86%
G = 13.71%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E3304B (or 0xE3304B) is known color: Amaranth. HEX triplet: E3, 30 and 4B. RGB value is (227,48,75). Sum of RGB (Red+Green+Blue) = 227+48+75=350 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.86% from 350); Green value is 48 (19.14% from 255 or 13.71% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 227 - color contains mainly: red. Hex color #E3304B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3304B is #1CCFB4. Grayscale: #686868. Windows color (decimal): -1888181 or 4927715. OLE color: 4927715.

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

Color convert

RGB 227 48 75 -
CMYK 0 0.79 0.67 0.11
HSL 350.95º 0.76% 0.54% -
HSV(B) 350.95º 0.79% 0.89% -
XYZ 34.01 18.95 8.52 -
YUV 104.6 111.3 215.3 -
System Red Green Blue C M Y K H S L
Decimal 227 48 75 0 0.79 0.67 0.11 350.95 0.76 0.54
Hex E3 30 4B 0 4F 43 B 15F 4C 36
Octal 343 60 113 0 117 103 13 537 114 66
Binary 11100011 110000 1001011 0 1001111 1000011 1011 101011111 1001100 110110

Color Harmonies of #E3304B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3304B

Black with #E3304B

Text Example


Text Example

White with #E3304B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3304B; }

 p { color: rgb(227,48,75); }

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

background-color css

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

 a { background-color: rgb(227,48,75); }

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

border-color css

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

 span { border-color: rgb(227,48,75); }

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