Html Css Color HEX #EB1364 Ruby

📋 copy color: '#EB1364'

red 235 ◦ green 19 ◦ blue 100

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

Shades of Ruby #EB1364

Tints of Ruby #EB1364

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.37%

 BLUE value IS 100 (39.45% from 255) = 28.25%

R = 66.38%
G = 5.37%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EB1364 (or 0xEB1364) is known color: Ruby. HEX triplet: EB, 13 and 64. RGB value is (235,19,100). Sum of RGB (Red+Green+Blue) = 235+19+100=354 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.38% from 354); Green value is 19 (7.81% from 255 or 5.37% from 354); Blue value is 100 (39.45% from 255 or 28.25% from 354); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1364 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB1364 is #14EC9B. Grayscale: #5C5C5C. Windows color (decimal): -1371292 or 6558699. OLE color: 6558699.

HSL color Cylindrical-coordinate representation of color #EB1364: hue angle of 337.5º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EB1364 is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 19 100 -
CMYK 0 0.92 0.57 0.08
HSL 337.5º 0.85% 0.5% -
HSV(B) 337.5º 0.92% 0.92% -
XYZ 36.79 19.05 13.79 -
YUV 92.82 132.06 229.41 -
System Red Green Blue C M Y K H S L
Decimal 235 19 100 0 0.92 0.57 0.08 337.5 0.85 0.5
Hex EB 13 64 0 5C 39 8 152 55 32
Octal 353 23 144 0 134 71 10 522 125 62
Binary 11101011 10011 1100100 0 1011100 111001 1000 101010010 1010101 110010

Color Harmonies of #EB1364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1364

Black with #EB1364

Text Example


Text Example

White with #EB1364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1364; }

 p { color: rgb(235,19,100); }

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

background-color css

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

 a { background-color: rgb(235,19,100); }

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

border-color css

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

 span { border-color: rgb(235,19,100); }

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