Html Css Color HEX #EB215C Amaranth

📋 copy color: '#EB215C'

red 235 ◦ green 33 ◦ blue 92

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

Shades of Amaranth #EB215C

Tints of Amaranth #EB215C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.17%

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

R = 65.28%
G = 9.17%
B = 25.56%

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

#EB215C (or 0xEB215C) is known color: Amaranth. HEX triplet: EB, 21 and 5C. RGB value is (235,33,92). Sum of RGB (Red+Green+Blue) = 235+33+92=360 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.28% from 360); Green value is 33 (13.28% from 255 or 9.17% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 235 - color contains mainly: red. Hex color #EB215C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB215C is #14DEA3. Grayscale: #646464. Windows color (decimal): -1367716 or 6037995. OLE color: 6037995.

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

Color convert

RGB 235 33 92 -
CMYK 0 0.86 0.61 0.08
HSL 342.48º 0.83% 0.53% -
HSV(B) 342.48º 0.86% 0.92% -
XYZ 36.74 19.52 11.96 -
YUV 100.12 123.42 224.2 -
System Red Green Blue C M Y K H S L
Decimal 235 33 92 0 0.86 0.61 0.08 342.48 0.83 0.53
Hex EB 21 5C 0 56 3D 8 156 53 35
Octal 353 41 134 0 126 75 10 526 123 65
Binary 11101011 100001 1011100 0 1010110 111101 1000 101010110 1010011 110101

Color Harmonies of #EB215C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB215C

Black with #EB215C

Text Example


Text Example

White with #EB215C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB215C; }

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

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

background-color css

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

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

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

border-color css

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

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

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