Html Css Color HEX #E7284B Amaranth

📋 copy color: '#E7284B'

red 231 ◦ green 40 ◦ blue 75

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

Shades of Amaranth #E7284B

Tints of Amaranth #E7284B

RGB

 RED value IS 231 (90.63% from 255) = 66.76%

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

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

R = 66.76%
G = 11.56%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E7284B (or 0xE7284B) is known color: Amaranth. HEX triplet: E7, 28 and 4B. RGB value is (231,40,75). Sum of RGB (Red+Green+Blue) = 231+40+75=346 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.76% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 231 - color contains mainly: red. Hex color #E7284B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7284B is #18D7B4. Grayscale: #656565. Windows color (decimal): -1628085 or 4925671. OLE color: 4925671.

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

Color convert

RGB 231 40 75 -
CMYK 0 0.83 0.68 0.09
HSL 349.01º 0.8% 0.53% -
HSV(B) 349.01º 0.83% 0.91% -
XYZ 34.98 19.01 8.48 -
YUV 101.1 113.28 220.65 -
System Red Green Blue C M Y K H S L
Decimal 231 40 75 0 0.83 0.68 0.09 349.01 0.8 0.53
Hex E7 28 4B 0 53 44 9 15D 50 35
Octal 347 50 113 0 123 104 11 535 120 65
Binary 11100111 101000 1001011 0 1010011 1000100 1001 101011101 1010000 110101

Color Harmonies of #E7284B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7284B

Black with #E7284B

Text Example


Text Example

White with #E7284B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7284B; }

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

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

background-color css

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

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

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

border-color css

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

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

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