Html Css Color HEX #EB3354 Amaranth

📋 copy color: '#EB3354'

red 235 ◦ green 51 ◦ blue 84

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

Shades of Amaranth #EB3354

Tints of Amaranth #EB3354

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.78%

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

R = 63.51%
G = 13.78%
B = 22.7%

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

#EB3354 (or 0xEB3354) is known color: Amaranth. HEX triplet: EB, 33 and 54. RGB value is (235,51,84). Sum of RGB (Red+Green+Blue) = 235+51+84=370 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.51% from 370); Green value is 51 (20.31% from 255 or 13.78% from 370); Blue value is 84 (33.20% from 255 or 22.70% from 370); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3354 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB3354 is #14CCAB. Grayscale: #6D6D6D. Windows color (decimal): -1363116 or 5518315. OLE color: 5518315.

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

Color convert

RGB 235 51 84 -
CMYK 0 0.78 0.64 0.08
HSL 349.24º 0.82% 0.56% -
HSV(B) 349.24º 0.78% 0.92% -
XYZ 37.05 20.67 10.42 -
YUV 109.78 113.46 217.32 -
System Red Green Blue C M Y K H S L
Decimal 235 51 84 0 0.78 0.64 0.08 349.24 0.82 0.56
Hex EB 33 54 0 4E 40 8 15D 52 38
Octal 353 63 124 0 116 100 10 535 122 70
Binary 11101011 110011 1010100 0 1001110 1000000 1000 101011101 1010010 111000

Color Harmonies of #EB3354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3354

Black with #EB3354

Text Example


Text Example

White with #EB3354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3354; }

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

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

background-color css

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

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

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

border-color css

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

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

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