Html Css Color HEX #EB117A Ruby

📋 copy color: '#EB117A'

red 235 ◦ green 17 ◦ blue 122

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

Shades of Ruby #EB117A

Tints of Ruby #EB117A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.55%

 BLUE value IS 122 (48.05% from 255) = 32.62%

R = 62.83%
G = 4.55%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EB117A (or 0xEB117A) is known color: Ruby. HEX triplet: EB, 11 and 7A. RGB value is (235,17,122). Sum of RGB (Red+Green+Blue) = 235+17+122=374 (49% of max value = 765). Red value is 235 (92.19% from 255 or 62.83% from 374); Green value is 17 (7.03% from 255 or 4.55% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 235 - color contains mainly: red. Hex color #EB117A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EB117A is #14EE85. Grayscale: #5D5D5D. Windows color (decimal): -1371782 or 7999979. OLE color: 7999979.

HSL color Cylindrical-coordinate representation of color #EB117A: hue angle of 331.1º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EB117A is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 17 122 -
CMYK 0 0.93 0.48 0.08
HSL 331.1º 0.87% 0.49% -
HSV(B) 331.1º 0.93% 0.92% -
XYZ 37.97 19.47 20.17 -
YUV 94.15 143.72 228.46 -
System Red Green Blue C M Y K H S L
Decimal 235 17 122 0 0.93 0.48 0.08 331.1 0.87 0.49
Hex EB 11 7A 0 5D 30 8 14B 57 31
Octal 353 21 172 0 135 60 10 513 127 61
Binary 11101011 10001 1111010 0 1011101 110000 1000 101001011 1010111 110001

Color Harmonies of #EB117A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB117A

Black with #EB117A

Text Example


Text Example

White with #EB117A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB117A; }

 p { color: rgb(235,17,122); }

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

background-color css

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

 a { background-color: rgb(235,17,122); }

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

border-color css

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

 span { border-color: rgb(235,17,122); }

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