Html Css Color HEX #E4284B Amaranth

📋 copy color: '#E4284B'

red 228 ◦ green 40 ◦ blue 75

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

Shades of Amaranth #E4284B

Tints of Amaranth #E4284B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.66%

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

R = 66.47%
G = 11.66%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E4284B (or 0xE4284B) is known color: Amaranth. HEX triplet: E4, 28 and 4B. RGB value is (228,40,75). Sum of RGB (Red+Green+Blue) = 228+40+75=343 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.47% from 343); Green value is 40 (16.02% from 255 or 11.66% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 228 - color contains mainly: red. Hex color #E4284B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4284B is #1BD7B4. Grayscale: #646464. Windows color (decimal): -1824693 or 4925668. OLE color: 4925668.

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

Color convert

RGB 228 40 75 -
CMYK 0 0.82 0.67 0.11
HSL 348.83º 0.78% 0.53% -
HSV(B) 348.83º 0.82% 0.89% -
XYZ 34.02 18.52 8.44 -
YUV 100.2 113.78 219.15 -
System Red Green Blue C M Y K H S L
Decimal 228 40 75 0 0.82 0.67 0.11 348.83 0.78 0.53
Hex E4 28 4B 0 52 43 B 15D 4E 35
Octal 344 50 113 0 122 103 13 535 116 65
Binary 11100100 101000 1001011 0 1010010 1000011 1011 101011101 1001110 110101

Color Harmonies of #E4284B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4284B

Black with #E4284B

Text Example


Text Example

White with #E4284B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4284B; }

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

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

background-color css

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

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

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

border-color css

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

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

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