Html Css Color HEX #EB2D52 Amaranth

📋 copy color: '#EB2D52'

red 235 ◦ green 45 ◦ blue 82

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

Shades of Amaranth #EB2D52

Tints of Amaranth #EB2D52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.65%

R = 64.92%
G = 12.43%
B = 22.65%

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

#EB2D52 (or 0xEB2D52) is known color: Amaranth. HEX triplet: EB, 2D and 52. RGB value is (235,45,82). Sum of RGB (Red+Green+Blue) = 235+45+82=362 (47% of max value = 765). Red value is 235 (92.19% from 255 or 64.92% from 362); Green value is 45 (17.97% from 255 or 12.43% from 362); Blue value is 82 (32.42% from 255 or 22.65% from 362); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2D52 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2D52 is #14D2AD. Grayscale: #6A6A6A. Windows color (decimal): -1364654 or 5385707. OLE color: 5385707.

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

Color convert

RGB 235 45 82 -
CMYK 0 0.81 0.65 0.08
HSL 348.32º 0.83% 0.55% -
HSV(B) 348.32º 0.81% 0.92% -
XYZ 36.72 20.15 9.94 -
YUV 106.03 114.45 219.99 -
System Red Green Blue C M Y K H S L
Decimal 235 45 82 0 0.81 0.65 0.08 348.32 0.83 0.55
Hex EB 2D 52 0 51 41 8 15C 53 37
Octal 353 55 122 0 121 101 10 534 123 67
Binary 11101011 101101 1010010 0 1010001 1000001 1000 101011100 1010011 110111

Color Harmonies of #EB2D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2D52

Black with #EB2D52

Text Example


Text Example

White with #EB2D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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