Html Css Color HEX #EB345A Amaranth

📋 copy color: '#EB345A'

red 235 ◦ green 52 ◦ blue 90

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

Shades of Amaranth #EB345A

Tints of Amaranth #EB345A

RGB

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

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

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

R = 62.33%
G = 13.79%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EB345A (or 0xEB345A) is known color: Amaranth. HEX triplet: EB, 34 and 5A. RGB value is (235,52,90). Sum of RGB (Red+Green+Blue) = 235+52+90=377 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.33% from 377); Green value is 52 (20.70% from 255 or 13.79% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 235 - color contains mainly: red. Hex color #EB345A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB345A is #14CBA5. Grayscale: #6F6F6F. Windows color (decimal): -1362854 or 5911787. OLE color: 5911787.

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

Color convert

RGB 235 52 90 -
CMYK 0 0.78 0.62 0.08
HSL 347.54º 0.82% 0.56% -
HSV(B) 347.54º 0.78% 0.92% -
XYZ 37.33 20.86 11.73 -
YUV 111.05 116.13 216.41 -
System Red Green Blue C M Y K H S L
Decimal 235 52 90 0 0.78 0.62 0.08 347.54 0.82 0.56
Hex EB 34 5A 0 4E 3E 8 15C 52 38
Octal 353 64 132 0 116 76 10 534 122 70
Binary 11101011 110100 1011010 0 1001110 111110 1000 101011100 1010010 111000

Color Harmonies of #EB345A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB345A

Black with #EB345A

Text Example


Text Example

White with #EB345A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB345A; }

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

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

background-color css

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

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

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

border-color css

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

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

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