Html Css Color HEX #EB2A5D Amaranth

📋 copy color: '#EB2A5D'

red 235 ◦ green 42 ◦ blue 93

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

Shades of Amaranth #EB2A5D

Tints of Amaranth #EB2A5D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.35%

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

R = 63.51%
G = 11.35%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EB2A5D (or 0xEB2A5D) is known color: Amaranth. HEX triplet: EB, 2A and 5D. RGB value is (235,42,93). Sum of RGB (Red+Green+Blue) = 235+42+93=370 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.51% from 370); Green value is 42 (16.80% from 255 or 11.35% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2A5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2A5D is #14D5A2. Grayscale: #696969. Windows color (decimal): -1365411 or 6105835. OLE color: 6105835.

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

Color convert

RGB 235 42 93 -
CMYK 0 0.82 0.60 0.08
HSL 344.15º 0.83% 0.54% -
HSV(B) 344.15º 0.82% 0.92% -
XYZ 37.06 20.11 12.28 -
YUV 105.52 120.94 220.35 -
System Red Green Blue C M Y K H S L
Decimal 235 42 93 0 0.82 0.60 0.08 344.15 0.83 0.54
Hex EB 2A 5D 0 52 3C 8 158 53 36
Octal 353 52 135 0 122 74 10 530 123 66
Binary 11101011 101010 1011101 0 1010010 111100 1000 101011000 1010011 110110

Color Harmonies of #EB2A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2A5D

Black with #EB2A5D

Text Example


Text Example

White with #EB2A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2A5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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