Html Css Color HEX #EB2165 Ruby

📋 copy color: '#EB2165'

red 235 ◦ green 33 ◦ blue 101

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

Shades of Ruby #EB2165

Tints of Ruby #EB2165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.37%

R = 63.69%
G = 8.94%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EB2165 (or 0xEB2165) is known color: Ruby. HEX triplet: EB, 21 and 65. RGB value is (235,33,101). Sum of RGB (Red+Green+Blue) = 235+33+101=369 (48% of max value = 765). Red value is 235 (92.19% from 255 or 63.69% from 369); Green value is 33 (13.28% from 255 or 8.94% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2165 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2165 is #14DE9A. Grayscale: #656565. Windows color (decimal): -1367707 or 6627819. OLE color: 6627819.

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

Color convert

RGB 235 33 101 -
CMYK 0 0.86 0.57 0.08
HSL 339.8º 0.83% 0.53% -
HSV(B) 339.8º 0.86% 0.92% -
XYZ 37.15 19.69 14.15 -
YUV 101.15 127.92 223.47 -
System Red Green Blue C M Y K H S L
Decimal 235 33 101 0 0.86 0.57 0.08 339.8 0.83 0.53
Hex EB 21 65 0 56 39 8 154 53 35
Octal 353 41 145 0 126 71 10 524 123 65
Binary 11101011 100001 1100101 0 1010110 111001 1000 101010100 1010011 110101

Color Harmonies of #EB2165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2165

Black with #EB2165

Text Example


Text Example

White with #EB2165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2165; }

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

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

background-color css

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

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

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

border-color css

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

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

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