Html Css Color HEX #EB2060 Ruby

📋 copy color: '#EB2060'

red 235 ◦ green 32 ◦ blue 96

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

Shades of Ruby #EB2060

Tints of Ruby #EB2060

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.82%

 BLUE value IS 96 (37.89% from 255) = 26.45%

R = 64.74%
G = 8.82%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EB2060 (or 0xEB2060) is known color: Ruby. HEX triplet: EB, 20 and 60. RGB value is (235,32,96). Sum of RGB (Red+Green+Blue) = 235+32+96=363 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.74% from 363); Green value is 32 (12.89% from 255 or 8.82% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2060 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2060 is #14DF9F. Grayscale: #636363. Windows color (decimal): -1367968 or 6299883. OLE color: 6299883.

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

Color convert

RGB 235 32 96 -
CMYK 0 0.86 0.59 0.08
HSL 341.08º 0.84% 0.52% -
HSV(B) 341.08º 0.86% 0.92% -
XYZ 36.89 19.54 12.89 -
YUV 99.99 125.75 224.3 -
System Red Green Blue C M Y K H S L
Decimal 235 32 96 0 0.86 0.59 0.08 341.08 0.84 0.52
Hex EB 20 60 0 56 3B 8 155 54 34
Octal 353 40 140 0 126 73 10 525 124 64
Binary 11101011 100000 1100000 0 1010110 111011 1000 101010101 1010100 110100

Color Harmonies of #EB2060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2060

Black with #EB2060

Text Example


Text Example

White with #EB2060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2060; }

 p { color: rgb(235,32,96); }

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

background-color css

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

 a { background-color: rgb(235,32,96); }

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

border-color css

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

 span { border-color: rgb(235,32,96); }

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