Html Css Color HEX #EF116C Ruby

📋 copy color: '#EF116C'

red 239 ◦ green 17 ◦ blue 108

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

Shades of Ruby #EF116C

Tints of Ruby #EF116C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.67%

R = 65.66%
G = 4.67%
B = 29.67%

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

#EF116C (or 0xEF116C) is known color: Ruby. HEX triplet: EF, 11 and 6C. RGB value is (239,17,108). Sum of RGB (Red+Green+Blue) = 239+17+108=364 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.66% from 364); Green value is 17 (7.03% from 255 or 4.67% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 239 - color contains mainly: red. Hex color #EF116C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF116C is #10EE93. Grayscale: #5D5D5D. Windows color (decimal): -1109652 or 7082479. OLE color: 7082479.

HSL color Cylindrical-coordinate representation of color #EF116C: hue angle of 335.41º 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 #EF116C is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 17 108 -
CMYK 0 0.93 0.55 0.06
HSL 335.41º 0.87% 0.5% -
HSV(B) 335.41º 0.93% 0.94% -
XYZ 38.5 19.83 15.99 -
YUV 93.75 136.05 231.6 -
System Red Green Blue C M Y K H S L
Decimal 239 17 108 0 0.93 0.55 0.06 335.41 0.87 0.5
Hex EF 11 6C 0 5D 37 6 14F 57 32
Octal 357 21 154 0 135 67 6 517 127 62
Binary 11101111 10001 1101100 0 1011101 110111 110 101001111 1010111 110010

Color Harmonies of #EF116C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF116C

Black with #EF116C

Text Example


Text Example

White with #EF116C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF116C; }

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

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

background-color css

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

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

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

border-color css

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

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

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