Html Css Color HEX #EB295D Amaranth

📋 copy color: '#EB295D'

red 235 ◦ green 41 ◦ blue 93

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

Shades of Amaranth #EB295D

Tints of Amaranth #EB295D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.11%

 BLUE value IS 93 (36.72% from 255) = 25.2%

R = 63.69%
G = 11.11%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EB295D (or 0xEB295D) is known color: Amaranth. HEX triplet: EB, 29 and 5D. RGB value is (235,41,93). Sum of RGB (Red+Green+Blue) = 235+41+93=369 (48% of max value = 765). Red value is 235 (92.19% from 255 or 63.69% from 369); Green value is 41 (16.41% from 255 or 11.11% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 235 - color contains mainly: red. Hex color #EB295D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB295D is #14D6A2. Grayscale: #686868. Windows color (decimal): -1365667 or 6105579. OLE color: 6105579.

HSL color Cylindrical-coordinate representation of color #EB295D: hue angle of 343.92º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EB295D is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 41 93 -
CMYK 0 0.83 0.60 0.08
HSL 343.92º 0.83% 0.54% -
HSV(B) 343.92º 0.83% 0.92% -
XYZ 37.03 20.04 12.27 -
YUV 104.93 121.27 220.77 -
System Red Green Blue C M Y K H S L
Decimal 235 41 93 0 0.83 0.60 0.08 343.92 0.83 0.54
Hex EB 29 5D 0 53 3C 8 158 53 36
Octal 353 51 135 0 123 74 10 530 123 66
Binary 11101011 101001 1011101 0 1010011 111100 1000 101011000 1010011 110110

Color Harmonies of #EB295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB295D

Black with #EB295D

Text Example


Text Example

White with #EB295D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB295D; }

 p { color: rgb(235,41,93); }

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

background-color css

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

 a { background-color: rgb(235,41,93); }

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

border-color css

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

 span { border-color: rgb(235,41,93); }

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