Html Css Color HEX #EB2648 Amaranth

📋 copy color: '#EB2648'

red 235 ◦ green 38 ◦ blue 72

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

Shades of Amaranth #EB2648

Tints of Amaranth #EB2648

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.01%

 BLUE value IS 72 (28.52% from 255) = 20.87%

R = 68.12%
G = 11.01%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EB2648 (or 0xEB2648) is known color: Amaranth. HEX triplet: EB, 26 and 48. RGB value is (235,38,72). Sum of RGB (Red+Green+Blue) = 235+38+72=345 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.12% from 345); Green value is 38 (15.23% from 255 or 11.01% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2648 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2648 is #14D9B7. Grayscale: #646464. Windows color (decimal): -1366456 or 4728555. OLE color: 4728555.

HSL color Cylindrical-coordinate representation of color #EB2648: hue angle of 349.64º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EB2648 is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 38 72 -
CMYK 0 0.84 0.69 0.08
HSL 349.64º 0.83% 0.54% -
HSV(B) 349.64º 0.84% 0.92% -
XYZ 36.12 19.52 7.99 -
YUV 100.78 111.77 223.74 -
System Red Green Blue C M Y K H S L
Decimal 235 38 72 0 0.84 0.69 0.08 349.64 0.83 0.54
Hex EB 26 48 0 54 45 8 15E 53 36
Octal 353 46 110 0 124 105 10 536 123 66
Binary 11101011 100110 1001000 0 1010100 1000101 1000 101011110 1010011 110110

Color Harmonies of #EB2648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2648

Black with #EB2648

Text Example


Text Example

White with #EB2648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2648; }

 p { color: rgb(235,38,72); }

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

background-color css

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

 a { background-color: rgb(235,38,72); }

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

border-color css

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

 span { border-color: rgb(235,38,72); }

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