Html Css Color HEX #EB365A Amaranth

📋 copy color: '#EB365A'

red 235 ◦ green 54 ◦ blue 90

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

Shades of Amaranth #EB365A

Tints of Amaranth #EB365A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.25%

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

R = 62.01%
G = 14.25%
B = 23.75%

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

#EB365A (or 0xEB365A) is known color: Amaranth. HEX triplet: EB, 36 and 5A. RGB value is (235,54,90). Sum of RGB (Red+Green+Blue) = 235+54+90=379 (50% of max value = 765). Red value is 235 (92.19% from 255 or 62.01% from 379); Green value is 54 (21.48% from 255 or 14.25% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 235 - color contains mainly: red. Hex color #EB365A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB365A is #14C9A5. Grayscale: #707070. Windows color (decimal): -1362342 or 5912299. OLE color: 5912299.

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

Color convert

RGB 235 54 90 -
CMYK 0 0.77 0.62 0.08
HSL 348.07º 0.82% 0.57% -
HSV(B) 348.07º 0.77% 0.92% -
XYZ 37.43 21.04 11.76 -
YUV 112.22 115.47 215.57 -
System Red Green Blue C M Y K H S L
Decimal 235 54 90 0 0.77 0.62 0.08 348.07 0.82 0.57
Hex EB 36 5A 0 4D 3E 8 15C 52 39
Octal 353 66 132 0 115 76 10 534 122 71
Binary 11101011 110110 1011010 0 1001101 111110 1000 101011100 1010010 111001

Color Harmonies of #EB365A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB365A

Black with #EB365A

Text Example


Text Example

White with #EB365A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB365A; }

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

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

background-color css

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

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

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

border-color css

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

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

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