Html Css Color HEX #EB284A Amaranth

📋 copy color: '#EB284A'

red 235 ◦ green 40 ◦ blue 74

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

Shades of Amaranth #EB284A

Tints of Amaranth #EB284A

RGB

 RED value IS 235 (92.19% from 255) = 67.34%

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

 BLUE value IS 74 (29.3% from 255) = 21.2%

R = 67.34%
G = 11.46%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EB284A (or 0xEB284A) is known color: Amaranth. HEX triplet: EB, 28 and 4A. RGB value is (235,40,74). Sum of RGB (Red+Green+Blue) = 235+40+74=349 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.34% from 349); Green value is 40 (16.02% from 255 or 11.46% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 235 - color contains mainly: red. Hex color #EB284A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB284A is #14D7B5. Grayscale: #666666. Windows color (decimal): -1365942 or 4860139. OLE color: 4860139.

HSL color Cylindrical-coordinate representation of color #EB284A: hue angle of 349.54º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EB284A is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 40 74 -
CMYK 0 0.83 0.69 0.08
HSL 349.54º 0.83% 0.54% -
HSV(B) 349.54º 0.83% 0.92% -
XYZ 36.26 19.67 8.37 -
YUV 102.18 112.1 222.74 -
System Red Green Blue C M Y K H S L
Decimal 235 40 74 0 0.83 0.69 0.08 349.54 0.83 0.54
Hex EB 28 4A 0 53 45 8 15E 53 36
Octal 353 50 112 0 123 105 10 536 123 66
Binary 11101011 101000 1001010 0 1010011 1000101 1000 101011110 1010011 110110

Color Harmonies of #EB284A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB284A

Black with #EB284A

Text Example


Text Example

White with #EB284A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB284A; }

 p { color: rgb(235,40,74); }

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

background-color css

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

 a { background-color: rgb(235,40,74); }

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

border-color css

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

 span { border-color: rgb(235,40,74); }

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