Html Css Color HEX #EB205C Amaranth

📋 copy color: '#EB205C'

red 235 ◦ green 32 ◦ blue 92

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

Shades of Amaranth #EB205C

Tints of Amaranth #EB205C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.91%

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

R = 65.46%
G = 8.91%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EB205C (or 0xEB205C) is known color: Amaranth. HEX triplet: EB, 20 and 5C. RGB value is (235,32,92). Sum of RGB (Red+Green+Blue) = 235+32+92=359 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.46% from 359); Green value is 32 (12.89% from 255 or 8.91% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 235 - color contains mainly: red. Hex color #EB205C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB205C is #14DFA3. Grayscale: #636363. Windows color (decimal): -1367972 or 6037739. OLE color: 6037739.

HSL color Cylindrical-coordinate representation of color #EB205C: hue angle of 342.27º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EB205C is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 32 92 -
CMYK 0 0.86 0.61 0.08
HSL 342.27º 0.84% 0.52% -
HSV(B) 342.27º 0.86% 0.92% -
XYZ 36.71 19.47 11.95 -
YUV 99.54 123.75 224.62 -
System Red Green Blue C M Y K H S L
Decimal 235 32 92 0 0.86 0.61 0.08 342.27 0.84 0.52
Hex EB 20 5C 0 56 3D 8 156 54 34
Octal 353 40 134 0 126 75 10 526 124 64
Binary 11101011 100000 1011100 0 1010110 111101 1000 101010110 1010100 110100

Color Harmonies of #EB205C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB205C

Black with #EB205C

Text Example


Text Example

White with #EB205C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB205C; }

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

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

background-color css

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

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

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

border-color css

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

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

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