Html Css Color HEX #EB3C4C Amaranth

📋 copy color: '#EB3C4C'

red 235 ◦ green 60 ◦ blue 76

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

Shades of Amaranth #EB3C4C

Tints of Amaranth #EB3C4C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.17%

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

R = 63.34%
G = 16.17%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EB3C4C (or 0xEB3C4C) is known color: Amaranth. HEX triplet: EB, 3C and 4C. RGB value is (235,60,76). Sum of RGB (Red+Green+Blue) = 235+60+76=371 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.34% from 371); Green value is 60 (23.83% from 255 or 16.17% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3C4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3C4C is #14C3B3. Grayscale: #727272. Windows color (decimal): -1360820 or 4996331. OLE color: 4996331.

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

Color convert

RGB 235 60 76 -
CMYK 0 0.74 0.68 0.08
HSL 354.51º 0.81% 0.58% -
HSV(B) 354.51º 0.74% 0.92% -
XYZ 37.18 21.42 9.01 -
YUV 114.15 106.48 214.2 -
System Red Green Blue C M Y K H S L
Decimal 235 60 76 0 0.74 0.68 0.08 354.51 0.81 0.58
Hex EB 3C 4C 0 4A 44 8 163 51 3A
Octal 353 74 114 0 112 104 10 543 121 72
Binary 11101011 111100 1001100 0 1001010 1000100 1000 101100011 1010001 111010

Color Harmonies of #EB3C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3C4C

Black with #EB3C4C

Text Example


Text Example

White with #EB3C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3C4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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