Html Css Color HEX #EB285C Amaranth

📋 copy color: '#EB285C'

red 235 ◦ green 40 ◦ blue 92

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

Shades of Amaranth #EB285C

Tints of Amaranth #EB285C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.07%

R = 64.03%
G = 10.9%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EB285C (or 0xEB285C) is known color: Amaranth. HEX triplet: EB, 28 and 5C. RGB value is (235,40,92). Sum of RGB (Red+Green+Blue) = 235+40+92=367 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.03% from 367); Green value is 40 (16.02% from 255 or 10.90% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 235 - color contains mainly: red. Hex color #EB285C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB285C is #14D7A3. Grayscale: #686868. Windows color (decimal): -1365924 or 6039787. OLE color: 6039787.

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

Color convert

RGB 235 40 92 -
CMYK 0 0.83 0.61 0.08
HSL 344º 0.83% 0.54% -
HSV(B) 344º 0.83% 0.92% -
XYZ 36.95 19.95 12.03 -
YUV 104.23 121.1 221.27 -
System Red Green Blue C M Y K H S L
Decimal 235 40 92 0 0.83 0.61 0.08 344 0.83 0.54
Hex EB 28 5C 0 53 3D 8 158 53 36
Octal 353 50 134 0 123 75 10 530 123 66
Binary 11101011 101000 1011100 0 1010011 111101 1000 101011000 1010011 110110

Color Harmonies of #EB285C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB285C

Black with #EB285C

Text Example


Text Example

White with #EB285C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB285C; }

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

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

background-color css

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

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

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

border-color css

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

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

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