Html Css Color HEX #EB285D Amaranth

📋 copy color: '#EB285D'

red 235 ◦ green 40 ◦ blue 93

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

Shades of Amaranth #EB285D

Tints of Amaranth #EB285D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.87%

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

R = 63.86%
G = 10.87%
B = 25.27%

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

#EB285D (or 0xEB285D) is known color: Amaranth. HEX triplet: EB, 28 and 5D. RGB value is (235,40,93). Sum of RGB (Red+Green+Blue) = 235+40+93=368 (48% of max value = 765). Red value is 235 (92.19% from 255 or 63.86% from 368); Green value is 40 (16.02% from 255 or 10.87% from 368); Blue value is 93 (36.72% from 255 or 25.27% from 368); Max value from RGB is 235 - color contains mainly: red. Hex color #EB285D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB285D is #14D7A2. Grayscale: #686868. Windows color (decimal): -1365923 or 6105323. OLE color: 6105323.

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

Color convert

RGB 235 40 93 -
CMYK 0 0.83 0.60 0.08
HSL 343.69º 0.83% 0.54% -
HSV(B) 343.69º 0.83% 0.92% -
XYZ 37 19.97 12.26 -
YUV 104.35 121.6 221.19 -
System Red Green Blue C M Y K H S L
Decimal 235 40 93 0 0.83 0.60 0.08 343.69 0.83 0.54
Hex EB 28 5D 0 53 3C 8 158 53 36
Octal 353 50 135 0 123 74 10 530 123 66
Binary 11101011 101000 1011101 0 1010011 111100 1000 101011000 1010011 110110

Color Harmonies of #EB285D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB285D

Black with #EB285D

Text Example


Text Example

White with #EB285D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB285D; }

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

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

background-color css

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

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

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

border-color css

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

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

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