Html Css Color HEX #EB2D53 Amaranth

📋 copy color: '#EB2D53'

red 235 ◦ green 45 ◦ blue 83

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

Shades of Amaranth #EB2D53

Tints of Amaranth #EB2D53

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.4%

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

R = 64.74%
G = 12.4%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EB2D53 (or 0xEB2D53) is known color: Amaranth. HEX triplet: EB, 2D and 53. RGB value is (235,45,83). Sum of RGB (Red+Green+Blue) = 235+45+83=363 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.74% from 363); Green value is 45 (17.97% from 255 or 12.40% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2D53 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2D53 is #14D2AC. Grayscale: #6A6A6A. Windows color (decimal): -1364653 or 5451243. OLE color: 5451243.

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

Color convert

RGB 235 45 83 -
CMYK 0 0.81 0.65 0.08
HSL 348º 0.83% 0.55% -
HSV(B) 348º 0.81% 0.92% -
XYZ 36.76 20.16 10.14 -
YUV 106.14 114.95 219.91 -
System Red Green Blue C M Y K H S L
Decimal 235 45 83 0 0.81 0.65 0.08 348 0.83 0.55
Hex EB 2D 53 0 51 41 8 15C 53 37
Octal 353 55 123 0 121 101 10 534 123 67
Binary 11101011 101101 1010011 0 1010001 1000001 1000 101011100 1010011 110111

Color Harmonies of #EB2D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2D53

Black with #EB2D53

Text Example


Text Example

White with #EB2D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2D53; }

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

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

background-color css

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

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

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

border-color css

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

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

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