Html Css Color HEX #EB3256 Amaranth

📋 copy color: '#EB3256'

red 235 ◦ green 50 ◦ blue 86

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

Shades of Amaranth #EB3256

Tints of Amaranth #EB3256

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.48%

 BLUE value IS 86 (33.98% from 255) = 23.18%

R = 63.34%
G = 13.48%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EB3256 (or 0xEB3256) is known color: Amaranth. HEX triplet: EB, 32 and 56. RGB value is (235,50,86). Sum of RGB (Red+Green+Blue) = 235+50+86=371 (49% of max value = 765). Red value is 235 (92.19% from 255 or 63.34% from 371); Green value is 50 (19.92% from 255 or 13.48% from 371); Blue value is 86 (33.98% from 255 or 23.18% from 371); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3256 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB3256 is #14CDA9. Grayscale: #6D6D6D. Windows color (decimal): -1363370 or 5649131. OLE color: 5649131.

HSL color Cylindrical-coordinate representation of color #EB3256: hue angle of 348.32º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EB3256 is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 50 86 -
CMYK 0 0.79 0.63 0.08
HSL 348.32º 0.82% 0.56% -
HSV(B) 348.32º 0.79% 0.92% -
XYZ 37.08 20.62 10.83 -
YUV 109.42 114.79 217.57 -
System Red Green Blue C M Y K H S L
Decimal 235 50 86 0 0.79 0.63 0.08 348.32 0.82 0.56
Hex EB 32 56 0 4F 3F 8 15C 52 38
Octal 353 62 126 0 117 77 10 534 122 70
Binary 11101011 110010 1010110 0 1001111 111111 1000 101011100 1010010 111000

Color Harmonies of #EB3256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3256

Black with #EB3256

Text Example


Text Example

White with #EB3256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3256; }

 p { color: rgb(235,50,86); }

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

background-color css

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

 a { background-color: rgb(235,50,86); }

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

border-color css

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

 span { border-color: rgb(235,50,86); }

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