Html Css Color HEX #EB355A Amaranth

📋 copy color: '#EB355A'

red 235 ◦ green 53 ◦ blue 90

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

Shades of Amaranth #EB355A

Tints of Amaranth #EB355A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.02%

 BLUE value IS 90 (35.55% from 255) = 23.81%

R = 62.17%
G = 14.02%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EB355A (or 0xEB355A) is known color: Amaranth. HEX triplet: EB, 35 and 5A. RGB value is (235,53,90). Sum of RGB (Red+Green+Blue) = 235+53+90=378 (50% of max value = 765). Red value is 235 (92.19% from 255 or 62.17% from 378); Green value is 53 (21.09% from 255 or 14.02% from 378); Blue value is 90 (35.55% from 255 or 23.81% from 378); Max value from RGB is 235 - color contains mainly: red. Hex color #EB355A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB355A is #14CAA5. Grayscale: #6F6F6F. Windows color (decimal): -1362598 or 5912043. OLE color: 5912043.

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

Color convert

RGB 235 53 90 -
CMYK 0 0.77 0.62 0.08
HSL 347.8º 0.82% 0.56% -
HSV(B) 347.8º 0.77% 0.92% -
XYZ 37.38 20.95 11.75 -
YUV 111.64 115.8 215.99 -
System Red Green Blue C M Y K H S L
Decimal 235 53 90 0 0.77 0.62 0.08 347.8 0.82 0.56
Hex EB 35 5A 0 4D 3E 8 15C 52 38
Octal 353 65 132 0 115 76 10 534 122 70
Binary 11101011 110101 1011010 0 1001101 111110 1000 101011100 1010010 111000

Color Harmonies of #EB355A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB355A

Black with #EB355A

Text Example


Text Example

White with #EB355A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB355A; }

 p { color: rgb(235,53,90); }

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

background-color css

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

 a { background-color: rgb(235,53,90); }

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

border-color css

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

 span { border-color: rgb(235,53,90); }

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