Html Css Color HEX #EB3C51 Amaranth

📋 copy color: '#EB3C51'

red 235 ◦ green 60 ◦ blue 81

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

Shades of Amaranth #EB3C51

Tints of Amaranth #EB3C51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.54%

R = 62.5%
G = 15.96%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EB3C51 (or 0xEB3C51) is known color: Amaranth. HEX triplet: EB, 3C and 51. RGB value is (235,60,81). Sum of RGB (Red+Green+Blue) = 235+60+81=376 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.5% from 376); Green value is 60 (23.83% from 255 or 15.96% from 376); Blue value is 81 (32.03% from 255 or 21.54% from 376); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3C51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB3C51 is #14C3AE. Grayscale: #727272. Windows color (decimal): -1360815 or 5324011. OLE color: 5324011.

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

Color convert

RGB 235 60 81 -
CMYK 0 0.74 0.66 0.08
HSL 352.8º 0.81% 0.58% -
HSV(B) 352.8º 0.74% 0.92% -
XYZ 37.36 21.49 9.96 -
YUV 114.72 108.98 213.79 -
System Red Green Blue C M Y K H S L
Decimal 235 60 81 0 0.74 0.66 0.08 352.8 0.81 0.58
Hex EB 3C 51 0 4A 42 8 161 51 3A
Octal 353 74 121 0 112 102 10 541 121 72
Binary 11101011 111100 1010001 0 1001010 1000010 1000 101100001 1010001 111010

Color Harmonies of #EB3C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3C51

Black with #EB3C51

Text Example


Text Example

White with #EB3C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3C51; }

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

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

background-color css

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

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

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

border-color css

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

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

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