Html Css Color HEX #E4264C Amaranth

📋 copy color: '#E4264C'

red 228 ◦ green 38 ◦ blue 76

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

Shades of Amaranth #E4264C

Tints of Amaranth #E4264C

RGB

 RED value IS 228 (89.45% from 255) = 66.67%

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

 BLUE value IS 76 (30.08% from 255) = 22.22%

R = 66.67%
G = 11.11%
B = 22.22%

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

#E4264C (or 0xE4264C) is known color: Amaranth. HEX triplet: E4, 26 and 4C. RGB value is (228,38,76). Sum of RGB (Red+Green+Blue) = 228+38+76=342 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.67% from 342); Green value is 38 (15.23% from 255 or 11.11% from 342); Blue value is 76 (30.08% from 255 or 22.22% from 342); Max value from RGB is 228 - color contains mainly: red. Hex color #E4264C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4264C is #1BD9B3. Grayscale: #636363. Windows color (decimal): -1825204 or 4990692. OLE color: 4990692.

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

Color convert

RGB 228 38 76 -
CMYK 0 0.83 0.67 0.11
HSL 348º 0.78% 0.52% -
HSV(B) 348º 0.83% 0.89% -
XYZ 33.99 18.4 8.6 -
YUV 99.14 114.95 219.91 -
System Red Green Blue C M Y K H S L
Decimal 228 38 76 0 0.83 0.67 0.11 348 0.78 0.52
Hex E4 26 4C 0 53 43 B 15C 4E 34
Octal 344 46 114 0 123 103 13 534 116 64
Binary 11100100 100110 1001100 0 1010011 1000011 1011 101011100 1001110 110100

Color Harmonies of #E4264C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4264C

Black with #E4264C

Text Example


Text Example

White with #E4264C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4264C; }

 p { color: rgb(228,38,76); }

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

background-color css

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

 a { background-color: rgb(228,38,76); }

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

border-color css

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

 span { border-color: rgb(228,38,76); }

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