Html Css Color HEX #EF116B Ruby

📋 copy color: '#EF116B'

red 239 ◦ green 17 ◦ blue 107

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

Shades of Ruby #EF116B

Tints of Ruby #EF116B

RGB

 RED value IS 239 (93.75% from 255) = 65.84%

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

 BLUE value IS 107 (42.19% from 255) = 29.48%

R = 65.84%
G = 4.68%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#EF116B (or 0xEF116B) is known color: Ruby. HEX triplet: EF, 11 and 6B. RGB value is (239,17,107). Sum of RGB (Red+Green+Blue) = 239+17+107=363 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.84% from 363); Green value is 17 (7.03% from 255 or 4.68% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 239 - color contains mainly: red. Hex color #EF116B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF116B is #10EE94. Grayscale: #5D5D5D. Windows color (decimal): -1109653 or 7016943. OLE color: 7016943.

HSL color Cylindrical-coordinate representation of color #EF116B: hue angle of 335.68º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EF116B is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 17 107 -
CMYK 0 0.93 0.55 0.06
HSL 335.68º 0.87% 0.5% -
HSV(B) 335.68º 0.93% 0.94% -
XYZ 38.45 19.81 15.71 -
YUV 93.64 135.55 231.68 -
System Red Green Blue C M Y K H S L
Decimal 239 17 107 0 0.93 0.55 0.06 335.68 0.87 0.5
Hex EF 11 6B 0 5D 37 6 150 57 32
Octal 357 21 153 0 135 67 6 520 127 62
Binary 11101111 10001 1101011 0 1011101 110111 110 101010000 1010111 110010

Color Harmonies of #EF116B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF116B

Black with #EF116B

Text Example


Text Example

White with #EF116B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF116B; }

 p { color: rgb(239,17,107); }

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

background-color css

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

 a { background-color: rgb(239,17,107); }

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

border-color css

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

 span { border-color: rgb(239,17,107); }

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