Html Css Color HEX #E3264B Amaranth

📋 copy color: '#E3264B'

red 227 ◦ green 38 ◦ blue 75

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

Shades of Amaranth #E3264B

Tints of Amaranth #E3264B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.18%

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

R = 66.76%
G = 11.18%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E3264B (or 0xE3264B) is known color: Amaranth. HEX triplet: E3, 26 and 4B. RGB value is (227,38,75). Sum of RGB (Red+Green+Blue) = 227+38+75=340 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.76% from 340); Green value is 38 (15.23% from 255 or 11.18% from 340); Blue value is 75 (29.69% from 255 or 22.06% from 340); Max value from RGB is 227 - color contains mainly: red. Hex color #E3264B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3264B is #1CD9B4. Grayscale: #626262. Windows color (decimal): -1890741 or 4925155. OLE color: 4925155.

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

Color convert

RGB 227 38 75 -
CMYK 0 0.83 0.67 0.11
HSL 348.25º 0.77% 0.52% -
HSV(B) 348.25º 0.83% 0.89% -
XYZ 33.64 18.23 8.4 -
YUV 98.73 114.62 219.49 -
System Red Green Blue C M Y K H S L
Decimal 227 38 75 0 0.83 0.67 0.11 348.25 0.77 0.52
Hex E3 26 4B 0 53 43 B 15C 4D 34
Octal 343 46 113 0 123 103 13 534 115 64
Binary 11100011 100110 1001011 0 1010011 1000011 1011 101011100 1001101 110100

Color Harmonies of #E3264B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3264B

Black with #E3264B

Text Example


Text Example

White with #E3264B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3264B; }

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

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

background-color css

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

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

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

border-color css

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

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

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