Html Css Color HEX #EB1362 Ruby

📋 copy color: '#EB1362'

red 235 ◦ green 19 ◦ blue 98

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

Shades of Ruby #EB1362

Tints of Ruby #EB1362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 27.84%

R = 66.76%
G = 5.4%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EB1362 (or 0xEB1362) is known color: Ruby. HEX triplet: EB, 13 and 62. RGB value is (235,19,98). Sum of RGB (Red+Green+Blue) = 235+19+98=352 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.76% from 352); Green value is 19 (7.81% from 255 or 5.40% from 352); Blue value is 98 (38.67% from 255 or 27.84% from 352); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1362 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB1362 is #14EC9D. Grayscale: #5C5C5C. Windows color (decimal): -1371294 or 6427627. OLE color: 6427627.

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

Color convert

RGB 235 19 98 -
CMYK 0 0.92 0.58 0.08
HSL 338.06º 0.85% 0.5% -
HSV(B) 338.06º 0.92% 0.92% -
XYZ 36.7 19.01 13.29 -
YUV 92.59 131.06 229.58 -
System Red Green Blue C M Y K H S L
Decimal 235 19 98 0 0.92 0.58 0.08 338.06 0.85 0.5
Hex EB 13 62 0 5C 3A 8 152 55 32
Octal 353 23 142 0 134 72 10 522 125 62
Binary 11101011 10011 1100010 0 1011100 111010 1000 101010010 1010101 110010

Color Harmonies of #EB1362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1362

Black with #EB1362

Text Example


Text Example

White with #EB1362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1362; }

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

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

background-color css

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

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

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

border-color css

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

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

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