Html Css Color HEX #EB404F Amaranth

📋 copy color: '#EB404F'

red 235 ◦ green 64 ◦ blue 79

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

Shades of Amaranth #EB404F

Tints of Amaranth #EB404F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.93%

 BLUE value IS 79 (31.25% from 255) = 20.9%

R = 62.17%
G = 16.93%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EB404F (or 0xEB404F) is known color: Amaranth. HEX triplet: EB, 40 and 4F. RGB value is (235,64,79). Sum of RGB (Red+Green+Blue) = 235+64+79=378 (50% of max value = 765). Red value is 235 (92.19% from 255 or 62.17% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 79 (31.25% from 255 or 20.90% from 378); Max value from RGB is 235 - color contains mainly: red. Hex color #EB404F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB404F is #14BFB0. Grayscale: #747474. Windows color (decimal): -1359793 or 5193963. OLE color: 5193963.

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

Color convert

RGB 235 64 79 -
CMYK 0 0.73 0.66 0.08
HSL 354.74º 0.81% 0.59% -
HSV(B) 354.74º 0.73% 0.92% -
XYZ 37.51 21.89 9.65 -
YUV 116.84 106.65 212.28 -
System Red Green Blue C M Y K H S L
Decimal 235 64 79 0 0.73 0.66 0.08 354.74 0.81 0.59
Hex EB 40 4F 0 49 42 8 163 51 3B
Octal 353 100 117 0 111 102 10 543 121 73
Binary 11101011 1000000 1001111 0 1001001 1000010 1000 101100011 1010001 111011

Color Harmonies of #EB404F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB404F

Black with #EB404F

Text Example


Text Example

White with #EB404F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB404F; }

 p { color: rgb(235,64,79); }

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

background-color css

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

 a { background-color: rgb(235,64,79); }

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

border-color css

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

 span { border-color: rgb(235,64,79); }

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