Html Css Color HEX #EB464A Amaranth

📋 copy color: '#EB464A'

red 235 ◦ green 70 ◦ blue 74

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

Shades of Amaranth #EB464A

Tints of Amaranth #EB464A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.47%

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

R = 62.01%
G = 18.47%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EB464A (or 0xEB464A) is known color: Amaranth. HEX triplet: EB, 46 and 4A. RGB value is (235,70,74). Sum of RGB (Red+Green+Blue) = 235+70+74=379 (50% of max value = 765). Red value is 235 (92.19% from 255 or 62.01% from 379); Green value is 70 (27.73% from 255 or 18.47% from 379); Blue value is 74 (29.30% from 255 or 19.53% from 379); Max value from RGB is 235 - color contains mainly: red. Hex color #EB464A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB464A is #14B9B5. Grayscale: #777777. Windows color (decimal): -1358262 or 4867819. OLE color: 4867819.

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

Color convert

RGB 235 70 74 -
CMYK 0 0.70 0.69 0.08
HSL 358.55º 0.8% 0.6% -
HSV(B) 358.55º 0.7% 0.92% -
XYZ 37.69 22.54 8.84 -
YUV 119.79 102.16 210.17 -
System Red Green Blue C M Y K H S L
Decimal 235 70 74 0 0.70 0.69 0.08 358.55 0.8 0.6
Hex EB 46 4A 0 46 45 8 167 50 3C
Octal 353 106 112 0 106 105 10 547 120 74
Binary 11101011 1000110 1001010 0 1000110 1000101 1000 101100111 1010000 111100

Color Harmonies of #EB464A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB464A

Black with #EB464A

Text Example


Text Example

White with #EB464A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB464A; }

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

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

background-color css

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

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

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

border-color css

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

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

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