Html Css Color HEX #EB2065 Ruby

📋 copy color: '#EB2065'

red 235 ◦ green 32 ◦ blue 101

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

Shades of Ruby #EB2065

Tints of Ruby #EB2065

RGB

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

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

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

R = 63.86%
G = 8.7%
B = 27.45%

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

#EB2065 (or 0xEB2065) is known color: Ruby. HEX triplet: EB, 20 and 65. RGB value is (235,32,101). Sum of RGB (Red+Green+Blue) = 235+32+101=368 (48% of max value = 765). Red value is 235 (92.19% from 255 or 63.86% from 368); Green value is 32 (12.89% from 255 or 8.70% from 368); Blue value is 101 (39.84% from 255 or 27.45% from 368); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2065 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB2065 is #14DF9A. Grayscale: #646464. Windows color (decimal): -1367963 or 6627563. OLE color: 6627563.

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

Color convert

RGB 235 32 101 -
CMYK 0 0.86 0.57 0.08
HSL 339.61º 0.84% 0.52% -
HSV(B) 339.61º 0.86% 0.92% -
XYZ 37.13 19.63 14.15 -
YUV 100.56 128.25 223.89 -
System Red Green Blue C M Y K H S L
Decimal 235 32 101 0 0.86 0.57 0.08 339.61 0.84 0.52
Hex EB 20 65 0 56 39 8 154 54 34
Octal 353 40 145 0 126 71 10 524 124 64
Binary 11101011 100000 1100101 0 1010110 111001 1000 101010100 1010100 110100

Color Harmonies of #EB2065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2065

Black with #EB2065

Text Example


Text Example

White with #EB2065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2065; }

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

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

background-color css

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

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

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

border-color css

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

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

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