Html Css Color HEX #EB444E Amaranth

📋 copy color: '#EB444E'

red 235 ◦ green 68 ◦ blue 78

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

Shades of Amaranth #EB444E

Tints of Amaranth #EB444E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.85%

 BLUE value IS 78 (30.86% from 255) = 20.47%

R = 61.68%
G = 17.85%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EB444E (or 0xEB444E) is known color: Amaranth. HEX triplet: EB, 44 and 4E. RGB value is (235,68,78). Sum of RGB (Red+Green+Blue) = 235+68+78=381 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.68% from 381); Green value is 68 (26.95% from 255 or 17.85% from 381); Blue value is 78 (30.86% from 255 or 20.47% from 381); Max value from RGB is 235 - color contains mainly: red. Hex color #EB444E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB444E is #14BBB1. Grayscale: #777777. Windows color (decimal): -1358770 or 5129451. OLE color: 5129451.

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

Color convert

RGB 235 68 78 -
CMYK 0 0.71 0.67 0.08
HSL 356.41º 0.81% 0.59% -
HSV(B) 356.41º 0.71% 0.92% -
XYZ 37.7 22.35 9.53 -
YUV 119.07 104.83 210.69 -
System Red Green Blue C M Y K H S L
Decimal 235 68 78 0 0.71 0.67 0.08 356.41 0.81 0.59
Hex EB 44 4E 0 47 43 8 164 51 3B
Octal 353 104 116 0 107 103 10 544 121 73
Binary 11101011 1000100 1001110 0 1000111 1000011 1000 101100100 1010001 111011

Color Harmonies of #EB444E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB444E

Black with #EB444E

Text Example


Text Example

White with #EB444E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB444E; }

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

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

background-color css

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

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

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

border-color css

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

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

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