Html Css Color HEX #EB2647 Amaranth

📋 copy color: '#EB2647'

red 235 ◦ green 38 ◦ blue 71

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

Shades of Amaranth #EB2647

Tints of Amaranth #EB2647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20.64%

R = 68.31%
G = 11.05%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EB2647 (or 0xEB2647) is known color: Amaranth. HEX triplet: EB, 26 and 47. RGB value is (235,38,71). Sum of RGB (Red+Green+Blue) = 235+38+71=344 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.31% from 344); Green value is 38 (15.23% from 255 or 11.05% from 344); Blue value is 71 (28.12% from 255 or 20.64% from 344); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2647 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2647 is #14D9B8. Grayscale: #646464. Windows color (decimal): -1366457 or 4663019. OLE color: 4663019.

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

Color convert

RGB 235 38 71 -
CMYK 0 0.84 0.70 0.08
HSL 349.95º 0.83% 0.54% -
HSV(B) 349.95º 0.84% 0.92% -
XYZ 36.09 19.5 7.82 -
YUV 100.67 111.27 223.82 -
System Red Green Blue C M Y K H S L
Decimal 235 38 71 0 0.84 0.70 0.08 349.95 0.83 0.54
Hex EB 26 47 0 54 46 8 15E 53 36
Octal 353 46 107 0 124 106 10 536 123 66
Binary 11101011 100110 1000111 0 1010100 1000110 1000 101011110 1010011 110110

Color Harmonies of #EB2647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2647

Black with #EB2647

Text Example


Text Example

White with #EB2647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2647; }

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

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

background-color css

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

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

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

border-color css

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

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

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