Html Css Color HEX #E8264B Amaranth

📋 copy color: '#E8264B'

red 232 ◦ green 38 ◦ blue 75

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

Shades of Amaranth #E8264B

Tints of Amaranth #E8264B

RGB

 RED value IS 232 (91.02% from 255) = 67.25%

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

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

R = 67.25%
G = 11.01%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E8264B (or 0xE8264B) is known color: Amaranth. HEX triplet: E8, 26 and 4B. RGB value is (232,38,75). Sum of RGB (Red+Green+Blue) = 232+38+75=345 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.25% from 345); Green value is 38 (15.23% from 255 or 11.01% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 232 - color contains mainly: red. Hex color #E8264B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8264B is #17D9B4. Grayscale: #646464. Windows color (decimal): -1563061 or 4925160. OLE color: 4925160.

HSL color Cylindrical-coordinate representation of color #E8264B: hue angle of 348.56º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E8264B is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 38 75 -
CMYK 0 0.84 0.68 0.09
HSL 348.56º 0.81% 0.53% -
HSV(B) 348.56º 0.84% 0.91% -
XYZ 35.24 19.05 8.48 -
YUV 100.22 113.77 221.99 -
System Red Green Blue C M Y K H S L
Decimal 232 38 75 0 0.84 0.68 0.09 348.56 0.81 0.53
Hex E8 26 4B 0 54 44 9 15D 51 35
Octal 350 46 113 0 124 104 11 535 121 65
Binary 11101000 100110 1001011 0 1010100 1000100 1001 101011101 1010001 110101

Color Harmonies of #E8264B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8264B

Black with #E8264B

Text Example


Text Example

White with #E8264B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8264B; }

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

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

background-color css

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

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

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

border-color css

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

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

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