Html Css Color HEX #EB2144 Amaranth

📋 copy color: '#EB2144'

red 235 ◦ green 33 ◦ blue 68

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

Shades of Amaranth #EB2144

Tints of Amaranth #EB2144

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.82%

 BLUE value IS 68 (26.95% from 255) = 20.24%

R = 69.94%
G = 9.82%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EB2144 (or 0xEB2144) is known color: Amaranth. HEX triplet: EB, 21 and 44. RGB value is (235,33,68). Sum of RGB (Red+Green+Blue) = 235+33+68=336 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.94% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 68 (26.95% from 255 or 20.24% from 336); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2144 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2144 is #14DEBB. Grayscale: #616161. Windows color (decimal): -1367740 or 4465131. OLE color: 4465131.

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

Color convert

RGB 235 33 68 -
CMYK 0 0.86 0.71 0.08
HSL 349.6º 0.83% 0.53% -
HSV(B) 349.6º 0.86% 0.92% -
XYZ 35.85 19.17 7.28 -
YUV 97.39 111.42 226.15 -
System Red Green Blue C M Y K H S L
Decimal 235 33 68 0 0.86 0.71 0.08 349.6 0.83 0.53
Hex EB 21 44 0 56 47 8 15E 53 35
Octal 353 41 104 0 126 107 10 536 123 65
Binary 11101011 100001 1000100 0 1010110 1000111 1000 101011110 1010011 110101

Color Harmonies of #EB2144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2144

Black with #EB2144

Text Example


Text Example

White with #EB2144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2144; }

 p { color: rgb(235,33,68); }

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

background-color css

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

 a { background-color: rgb(235,33,68); }

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

border-color css

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

 span { border-color: rgb(235,33,68); }

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