Html Css Color HEX #EB3A4C Amaranth

📋 copy color: '#EB3A4C'

red 235 ◦ green 58 ◦ blue 76

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

Shades of Amaranth #EB3A4C

Tints of Amaranth #EB3A4C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.72%

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

R = 63.69%
G = 15.72%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EB3A4C (or 0xEB3A4C) is known color: Amaranth. HEX triplet: EB, 3A and 4C. RGB value is (235,58,76). Sum of RGB (Red+Green+Blue) = 235+58+76=369 (48% of max value = 765). Red value is 235 (92.19% from 255 or 63.69% from 369); Green value is 58 (23.05% from 255 or 15.72% from 369); Blue value is 76 (30.08% from 255 or 20.60% from 369); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3A4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3A4C is #14C5B3. Grayscale: #717171. Windows color (decimal): -1361332 or 4995819. OLE color: 4995819.

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

Color convert

RGB 235 58 76 -
CMYK 0 0.75 0.68 0.08
HSL 353.9º 0.82% 0.57% -
HSV(B) 353.9º 0.75% 0.92% -
XYZ 37.08 21.21 8.98 -
YUV 112.98 107.14 215.04 -
System Red Green Blue C M Y K H S L
Decimal 235 58 76 0 0.75 0.68 0.08 353.9 0.82 0.57
Hex EB 3A 4C 0 4B 44 8 162 52 39
Octal 353 72 114 0 113 104 10 542 122 71
Binary 11101011 111010 1001100 0 1001011 1000100 1000 101100010 1010010 111001

Color Harmonies of #EB3A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3A4C

Black with #EB3A4C

Text Example


Text Example

White with #EB3A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3A4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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