Html Css Color HEX #EB4454 Amaranth

📋 copy color: '#EB4454'

red 235 ◦ green 68 ◦ blue 84

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

Shades of Amaranth #EB4454

Tints of Amaranth #EB4454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.71%

R = 60.72%
G = 17.57%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EB4454 (or 0xEB4454) is known color: Amaranth. HEX triplet: EB, 44 and 54. RGB value is (235,68,84). Sum of RGB (Red+Green+Blue) = 235+68+84=387 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.72% from 387); Green value is 68 (26.95% from 255 or 17.57% from 387); Blue value is 84 (33.20% from 255 or 21.71% from 387); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4454 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB4454 is #14BBAB. Grayscale: #777777. Windows color (decimal): -1358764 or 5522667. OLE color: 5522667.

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

Color convert

RGB 235 68 84 -
CMYK 0 0.71 0.64 0.08
HSL 354.25º 0.81% 0.59% -
HSV(B) 354.25º 0.71% 0.92% -
XYZ 37.93 22.44 10.72 -
YUV 119.76 107.83 210.2 -
System Red Green Blue C M Y K H S L
Decimal 235 68 84 0 0.71 0.64 0.08 354.25 0.81 0.59
Hex EB 44 54 0 47 40 8 162 51 3B
Octal 353 104 124 0 107 100 10 542 121 73
Binary 11101011 1000100 1010100 0 1000111 1000000 1000 101100010 1010001 111011

Color Harmonies of #EB4454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4454

Black with #EB4454

Text Example


Text Example

White with #EB4454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4454; }

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

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

background-color css

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

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

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

border-color css

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

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

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