Html Css Color HEX #EB3454 Amaranth

📋 copy color: '#EB3454'

red 235 ◦ green 52 ◦ blue 84

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

Shades of Amaranth #EB3454

Tints of Amaranth #EB3454

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.02%

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

R = 63.34%
G = 14.02%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EB3454 (or 0xEB3454) is known color: Amaranth. HEX triplet: EB, 34 and 54. RGB value is (235,52,84). Sum of RGB (Red+Green+Blue) = 235+52+84=371 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.34% from 371); Green value is 52 (20.70% from 255 or 14.02% from 371); Blue value is 84 (33.20% from 255 or 22.64% from 371); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3454 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB3454 is #14CBAB. Grayscale: #6E6E6E. Windows color (decimal): -1362860 or 5518571. OLE color: 5518571.

HSL color Cylindrical-coordinate representation of color #EB3454: hue angle of 349.51º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EB3454 is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 52 84 -
CMYK 0 0.78 0.64 0.08
HSL 349.51º 0.82% 0.56% -
HSV(B) 349.51º 0.78% 0.92% -
XYZ 37.09 20.76 10.44 -
YUV 110.37 113.13 216.9 -
System Red Green Blue C M Y K H S L
Decimal 235 52 84 0 0.78 0.64 0.08 349.51 0.82 0.56
Hex EB 34 54 0 4E 40 8 15E 52 38
Octal 353 64 124 0 116 100 10 536 122 70
Binary 11101011 110100 1010100 0 1001110 1000000 1000 101011110 1010010 111000

Color Harmonies of #EB3454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3454

Black with #EB3454

Text Example


Text Example

White with #EB3454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3454; }

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

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

background-color css

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

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

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

border-color css

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

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

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