Html Css Color HEX #EB404B Amaranth

📋 copy color: '#EB404B'

red 235 ◦ green 64 ◦ blue 75

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

Shades of Amaranth #EB404B

Tints of Amaranth #EB404B

RGB

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

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

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

R = 62.83%
G = 17.11%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EB404B (or 0xEB404B) is known color: Amaranth. HEX triplet: EB, 40 and 4B. RGB value is (235,64,75). Sum of RGB (Red+Green+Blue) = 235+64+75=374 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.83% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 75 (29.69% from 255 or 20.05% from 374); Max value from RGB is 235 - color contains mainly: red. Hex color #EB404B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB404B is #14BFB4. Grayscale: #747474. Windows color (decimal): -1359797 or 4931819. OLE color: 4931819.

HSL color Cylindrical-coordinate representation of color #EB404B: hue angle of 356.14º 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 #EB404B is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 64 75 -
CMYK 0 0.73 0.68 0.08
HSL 356.14º 0.81% 0.59% -
HSV(B) 356.14º 0.73% 0.92% -
XYZ 37.36 21.84 8.9 -
YUV 116.38 104.65 212.61 -
System Red Green Blue C M Y K H S L
Decimal 235 64 75 0 0.73 0.68 0.08 356.14 0.81 0.59
Hex EB 40 4B 0 49 44 8 164 51 3B
Octal 353 100 113 0 111 104 10 544 121 73
Binary 11101011 1000000 1001011 0 1001001 1000100 1000 101100100 1010001 111011

Color Harmonies of #EB404B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB404B

Black with #EB404B

Text Example


Text Example

White with #EB404B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB404B; }

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

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

background-color css

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

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

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

border-color css

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

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

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