Html Css Color HEX #EB2163 Ruby

📋 copy color: '#EB2163'

red 235 ◦ green 33 ◦ blue 99

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

Shades of Ruby #EB2163

Tints of Ruby #EB2163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 26.98%

R = 64.03%
G = 8.99%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EB2163 (or 0xEB2163) is known color: Ruby. HEX triplet: EB, 21 and 63. RGB value is (235,33,99). Sum of RGB (Red+Green+Blue) = 235+33+99=367 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.03% from 367); Green value is 33 (13.28% from 255 or 8.99% from 367); Blue value is 99 (39.06% from 255 or 26.98% from 367); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2163 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2163 is #14DE9C. Grayscale: #646464. Windows color (decimal): -1367709 or 6496747. OLE color: 6496747.

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

Color convert

RGB 235 33 99 -
CMYK 0 0.86 0.58 0.08
HSL 340.4º 0.83% 0.53% -
HSV(B) 340.4º 0.86% 0.92% -
XYZ 37.06 19.65 13.64 -
YUV 100.92 126.92 223.63 -
System Red Green Blue C M Y K H S L
Decimal 235 33 99 0 0.86 0.58 0.08 340.4 0.83 0.53
Hex EB 21 63 0 56 3A 8 154 53 35
Octal 353 41 143 0 126 72 10 524 123 65
Binary 11101011 100001 1100011 0 1010110 111010 1000 101010100 1010011 110101

Color Harmonies of #EB2163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2163

Black with #EB2163

Text Example


Text Example

White with #EB2163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2163; }

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

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

background-color css

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

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

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

border-color css

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

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

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