Html Css Color HEX #EB315A Amaranth

📋 copy color: '#EB315A'

red 235 ◦ green 49 ◦ blue 90

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

Shades of Amaranth #EB315A

Tints of Amaranth #EB315A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.1%

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

R = 62.83%
G = 13.1%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EB315A (or 0xEB315A) is known color: Amaranth. HEX triplet: EB, 31 and 5A. RGB value is (235,49,90). Sum of RGB (Red+Green+Blue) = 235+49+90=374 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.83% from 374); Green value is 49 (19.53% from 255 or 13.10% from 374); Blue value is 90 (35.55% from 255 or 24.06% from 374); Max value from RGB is 235 - color contains mainly: red. Hex color #EB315A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB315A is #14CEA5. Grayscale: #6D6D6D. Windows color (decimal): -1363622 or 5911019. OLE color: 5911019.

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

Color convert

RGB 235 49 90 -
CMYK 0 0.79 0.62 0.08
HSL 346.77º 0.82% 0.56% -
HSV(B) 346.77º 0.79% 0.92% -
XYZ 37.2 20.6 11.69 -
YUV 109.29 117.12 217.67 -
System Red Green Blue C M Y K H S L
Decimal 235 49 90 0 0.79 0.62 0.08 346.77 0.82 0.56
Hex EB 31 5A 0 4F 3E 8 15B 52 38
Octal 353 61 132 0 117 76 10 533 122 70
Binary 11101011 110001 1011010 0 1001111 111110 1000 101011011 1010010 111000

Color Harmonies of #EB315A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB315A

Black with #EB315A

Text Example


Text Example

White with #EB315A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB315A; }

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

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

background-color css

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

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

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

border-color css

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

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

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