Html Css Color HEX #E4264B Amaranth

📋 copy color: '#E4264B'

red 228 ◦ green 38 ◦ blue 75

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

Shades of Amaranth #E4264B

Tints of Amaranth #E4264B

RGB

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

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

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

R = 66.86%
G = 11.14%
B = 21.99%

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

#E4264B (or 0xE4264B) is known color: Amaranth. HEX triplet: E4, 26 and 4B. RGB value is (228,38,75). Sum of RGB (Red+Green+Blue) = 228+38+75=341 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.86% from 341); Green value is 38 (15.23% from 255 or 11.14% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 228 - color contains mainly: red. Hex color #E4264B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4264B is #1BD9B4. Grayscale: #636363. Windows color (decimal): -1825205 or 4925156. OLE color: 4925156.

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

Color convert

RGB 228 38 75 -
CMYK 0 0.83 0.67 0.11
HSL 348.32º 0.78% 0.52% -
HSV(B) 348.32º 0.83% 0.89% -
XYZ 33.96 18.39 8.42 -
YUV 99.03 114.45 219.99 -
System Red Green Blue C M Y K H S L
Decimal 228 38 75 0 0.83 0.67 0.11 348.32 0.78 0.52
Hex E4 26 4B 0 53 43 B 15C 4E 34
Octal 344 46 113 0 123 103 13 534 116 64
Binary 11100100 100110 1001011 0 1010011 1000011 1011 101011100 1001110 110100

Color Harmonies of #E4264B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4264B

Black with #E4264B

Text Example


Text Example

White with #E4264B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4264B; }

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

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

background-color css

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

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

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

border-color css

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

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

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