Html Css Color HEX #EB2153 Amaranth

📋 copy color: '#EB2153'

red 235 ◦ green 33 ◦ blue 83

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

Shades of Amaranth #EB2153

Tints of Amaranth #EB2153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.65%

R = 66.95%
G = 9.4%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EB2153 (or 0xEB2153) is known color: Amaranth. HEX triplet: EB, 21 and 53. RGB value is (235,33,83). Sum of RGB (Red+Green+Blue) = 235+33+83=351 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.95% from 351); Green value is 33 (13.28% from 255 or 9.40% from 351); Blue value is 83 (32.81% from 255 or 23.65% from 351); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2153 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2153 is #14DEAC. Grayscale: #636363. Windows color (decimal): -1367725 or 5448171. OLE color: 5448171.

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

Color convert

RGB 235 33 83 -
CMYK 0 0.86 0.65 0.08
HSL 345.15º 0.83% 0.53% -
HSV(B) 345.15º 0.86% 0.92% -
XYZ 36.37 19.37 10.01 -
YUV 99.1 118.92 224.93 -
System Red Green Blue C M Y K H S L
Decimal 235 33 83 0 0.86 0.65 0.08 345.15 0.83 0.53
Hex EB 21 53 0 56 41 8 159 53 35
Octal 353 41 123 0 126 101 10 531 123 65
Binary 11101011 100001 1010011 0 1010110 1000001 1000 101011001 1010011 110101

Color Harmonies of #EB2153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2153

Black with #EB2153

Text Example


Text Example

White with #EB2153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2153; }

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

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

background-color css

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

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

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

border-color css

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

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

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