Html Css Color HEX #EB424A Amaranth

📋 copy color: '#EB424A'

red 235 ◦ green 66 ◦ blue 74

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

Shades of Amaranth #EB424A

Tints of Amaranth #EB424A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.6%

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

R = 62.67%
G = 17.6%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EB424A (or 0xEB424A) is known color: Amaranth. HEX triplet: EB, 42 and 4A. RGB value is (235,66,74). Sum of RGB (Red+Green+Blue) = 235+66+74=375 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.67% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 74 (29.30% from 255 or 19.73% from 375); Max value from RGB is 235 - color contains mainly: red. Hex color #EB424A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB424A is #14BDB5. Grayscale: #757575. Windows color (decimal): -1359286 or 4866795. OLE color: 4866795.

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

Color convert

RGB 235 66 74 -
CMYK 0 0.72 0.69 0.08
HSL 357.16º 0.81% 0.59% -
HSV(B) 357.16º 0.72% 0.92% -
XYZ 37.45 22.05 8.76 -
YUV 117.44 103.49 211.85 -
System Red Green Blue C M Y K H S L
Decimal 235 66 74 0 0.72 0.69 0.08 357.16 0.81 0.59
Hex EB 42 4A 0 48 45 8 165 51 3B
Octal 353 102 112 0 110 105 10 545 121 73
Binary 11101011 1000010 1001010 0 1001000 1000101 1000 101100101 1010001 111011

Color Harmonies of #EB424A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB424A

Black with #EB424A

Text Example


Text Example

White with #EB424A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB424A; }

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

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

background-color css

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

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

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

border-color css

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

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

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