Html Css Color HEX #EB314C Amaranth

📋 copy color: '#EB314C'

red 235 ◦ green 49 ◦ blue 76

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

Shades of Amaranth #EB314C

Tints of Amaranth #EB314C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.61%

 BLUE value IS 76 (30.08% from 255) = 21.11%

R = 65.28%
G = 13.61%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EB314C (or 0xEB314C) is known color: Amaranth. HEX triplet: EB, 31 and 4C. RGB value is (235,49,76). Sum of RGB (Red+Green+Blue) = 235+49+76=360 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.28% from 360); Green value is 49 (19.53% from 255 or 13.61% from 360); Blue value is 76 (30.08% from 255 or 21.11% from 360); Max value from RGB is 235 - color contains mainly: red. Hex color #EB314C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB314C is #14CEB3. Grayscale: #6B6B6B. Windows color (decimal): -1363636 or 4993515. OLE color: 4993515.

HSL color Cylindrical-coordinate representation of color #EB314C: hue angle of 351.29º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EB314C is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 49 76 -
CMYK 0 0.79 0.68 0.08
HSL 351.29º 0.82% 0.56% -
HSV(B) 351.29º 0.79% 0.92% -
XYZ 36.66 20.38 8.84 -
YUV 107.69 110.12 218.8 -
System Red Green Blue C M Y K H S L
Decimal 235 49 76 0 0.79 0.68 0.08 351.29 0.82 0.56
Hex EB 31 4C 0 4F 44 8 15F 52 38
Octal 353 61 114 0 117 104 10 537 122 70
Binary 11101011 110001 1001100 0 1001111 1000100 1000 101011111 1010010 111000

Color Harmonies of #EB314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB314C

Black with #EB314C

Text Example


Text Example

White with #EB314C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB314C; }

 p { color: rgb(235,49,76); }

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

background-color css

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

 a { background-color: rgb(235,49,76); }

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

border-color css

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

 span { border-color: rgb(235,49,76); }

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